Description Usage Arguments Value Examples
View source: R/c14_date_list_spatial_coordinate_precision.R
The precision of the coordinates for each date vary greatly.
c14bazAAR::coordinate_precision()
calculates the mean of the possible
deviation in meters and adds it to the c14_date_list with the column
coord_precision.
1 2 3 4 5 6 7 | coordinate_precision(x)
## Default S3 method:
coordinate_precision(x)
## S3 method for class 'c14_date_list'
coordinate_precision(x)
|
x |
an object of class c14_date_list |
an object of class c14_date_list with the additional column coord_precision
1 2 3 | # calculate coordinate precision for all dates
ex <- coordinate_precision(example_c14_date_list)
ex[,c("lat", "lon", "coord_precision")]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.