powered by
This function converts degrees (DMS) coordinates into numerical. Note that the sign (S or W) should be assigned manually if needed.
deg2num(coord, sep = " ")
Character vector. Coordinate in format c("DD MM SS")
Character. Separator
Other Calculus: corr(), dist2d(), model_metrics(), quants()
corr()
dist2d()
model_metrics()
quants()
# NOT RUN { deg2num("11 12 12") deg2num("00-00-00", sep = "-") # }
Run the code above in your browser using DataLab