get_precision.Rd
Get Precision
get_precision(x, func = c, ...)
Numeric. Vector of gps points
Function. Apply some function to the vector of precisions. Default is c so that all values are returned
Additional arguments to pass to func.
output of func - likely a vector
Nathan Layman
x <- c(1,100,1.11) get_precision(x,func = min) #> [1] 0.01