Usage
groupLocation(xy, level = 0.95, plots = TRUE, bootCI = c('basic', 'bca'),
dstTarget = 100, conversion = 'm2cm')
## S3 method for class 'data.frame':
groupLocation(xy, level = 0.95, plots = TRUE, bootCI = c('basic', 'bca'),
dstTarget = 100, conversion = 'm2cm')
## S3 method for class 'default':
groupLocation(xy, level = 0.95, plots = TRUE, bootCI = c('basic', 'bca'),
dstTarget = 100, conversion = 'm2cm')Arguments
xy
either a numerical (n x 2)-matrix with the (x,y)-coordinates of n points (1 row of coordinates per point), or a data frame with either the variables X, Y or Point.X, Point.Y as well as Aim.X
level
a numerical value giving the level for the confidence intervals for the center (x,y)-coordinates.
plots
logical: show a 2D-scatterplot?
bootCI
a character vector to select which bootstrap confidence interval type to report. Possible types are 'none' (no bootstrap CI), 'norm', 'basic', 'perc', 'bca'. See
dstTarget
a numerical value giving the distance to the target - used in MOA calculation. See getMOA. conversion
how to convert the measurement unit for distance to target to that of the (x,y)-coordinates - used in MOA calculation. See getMOA.