KinPairSimulation
kin_pair_simulation(
data = NULL,
kinship = NULL,
lifestage = NULL,
simtype = NULL,
kerneltype = NULL,
posigma = NULL,
initsigma = NULL,
breedsigma = NULL,
gravsigma = NULL,
ovisigma = NULL,
customsigma = NULL,
simdims = NULL,
kernelshape = NULL,
cycle = NULL,
call = NULL,
filtertype = NULL,
upper = NULL,
lower = NULL,
spacing = NULL,
samplenum = NULL,
sampledims = NULL,
model = NULL
)
tbl_df. tibble of simulation values
character - one of PO, FS, HS, AV, HAV, GG, 1C, H1C, GAV, HGAV, 1C1, H1C1, GGG, 2C, and H2C.
character - one of 'unknown', 'immature' or 'ovipositional'
character - simulation type
character. - 'Gaussian', 'Laplace' or 'vgamma' (variance-gamma)
numeric - overall value of dispersal sigma (for simple kernel)
numeric. - value of pre-breeding dispersal sigma (for composite kernel)
numeric. - value of breeding dispersal sigma (for composite kernel)
numeric. - value of post-breeding dispersal sigma (for composite kernel)
numeric. - value of oviposition dispersal sigma (for composite kernel)
numeric. - vector of named custom dispersal sigmas (for custom kernel)
numeric. - dimensions of sampling area (assumes one side of square)
numeric. - value of kernel shape of simulation (if using kernel with shape parameter e.g. vgamma)
integer - number of breeding cycles sampled individual has survived (for custom kernel)
call. Call to create object
character. whether the initial sim has been further filtered
numeric. - FILTER: upper threshold used
numeric. - FILTER: lower threshold used
numeric. - FILTER: spacing used
numeric. - FILTER: sample number used
numeric. - FILTER: sample dimensions used
list - model information if custom simulation used to generate object
returns an object of class KinPairSimulation
.
# NOT RUN {
kin_pair_simulation()
# }
Run the code above in your browser using DataLab