I have columns of decimal numbers (representing fraction day of year). I need to separate the fractional part of the number (to the right of the radix point) from the integer part. For example, if the number were '207.65' Id like to make a separate column which contained only '65' or even better, '0.65.' What I am trying to do is separate day from night. Any ideas?? Thanks. -JPG -- View this message in context: http://www.nabble.com/separating-the-integer-part-of-a-number-from-the-fractional-part-tp22572715p22572715.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.