Description Usage Arguments Value Examples
Function to get the coordinate locations of sets for the 2020 study
1 | pick.coords(lakelines, n_sets, seed = 123, quiet = T)
|
lakelines |
SpatialPolygons object representing the sampling area |
n_sets |
The total number of sets |
seed |
Sets a seed for reproducability |
Prints a map of the selected set locations and returns a list containing information related to the selected transects. $ts_mat will be used in assessAccuracy() and calcPower(); $table and $setcoords will be given to project biologists to position the sets.
1 2 3 | load("S:/Jordy/louiseOP2020/Data/lakelines.Rdata") # Load Lake Louise lakelines
n_max <- 491
pick.coords(lakelines, n_max, quiet=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.