pick.coords: Function to get the coordinate locations of sets for the 2020...

Description Usage Arguments Value Examples

View source: R/pickCoords.R

Description

Function to get the coordinate locations of sets for the 2020 study

Usage

1
pick.coords(lakelines, n_sets, seed = 123, quiet = T)

Arguments

lakelines

SpatialPolygons object representing the sampling area

n_sets

The total number of sets

seed

Sets a seed for reproducability

Value

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.

Examples

1
2
3
load("S:/Jordy/louiseOP2020/Data/lakelines.Rdata") # Load Lake Louise lakelines
n_max <- 491
pick.coords(lakelines, n_max, quiet=F)

jBernardADFG/LakeLouiseBurbotOP2020 documentation built on March 25, 2020, 12:06 a.m.