Is there a simple way to subtract base-60 (coordinate system) values? A trivial example: I have a Lat of 44.1 degrees and I want to subtract 0.2 degrees from it. Therefore the answer should be 43.5 degrees (base 60).
I can do a change to character; stringsplit ; change back - deal with the leading zeros but there must be an easier way. (?) Thanks for the help. Trevor [[alternative HTML version deleted]] ______________________________________________ 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.