Description Usage Arguments Value Note
Reformat and calculate expected cell-means based on land cover composition for relevant parameters.
1 2 |
lc.df |
Dataframe or tibble with xy coords, land cover proportions, other covariates, and cell id info |
K |
Vector |
s.M |
Vector |
s.N |
Vector |
mu |
Vector |
p.f |
Vector |
p.c |
Vector |
p |
Vector |
g.B |
Vector |
g.D |
Vector |
p.trt |
Tibble with grid id and modified establishment probabilities for cells with ground cover treatments; default = NULL |
edges |
Character taking the value of one of: |
method |
|
p.trt_OpnOnly |
|
Named list with values aggregated within cells based on land cover types. Includes:
lc.mx
Matrix (ncol=n.lc,
nrow=ngrid)
with land cover proportions
K.E
Vector
length=ngrid
with total K
K.lc
Matrix
(ncol=n.lc, nrow=ngrid)
with K per land cover category
s.M.E
Vector length=ngrid
with pr(juvenile surv)
rel.dens
Matrix (ncol=n.lc, nrow=ngrid)
with relative
density among land cover categories
mu.E
Vector
length=ngrid
with mean fruit produced per adult)
p.f.E
Vector length=ngrid
with fruiting probability
p.c.E
Vector length=ngrid
with proportion eaten by
birds
p.E
Vector length=ngrid
with seedling
establishment probabilities
If method="lm"
, then each parameter vector will be treated as a
set of slopes for the covariates in lc.df with the number of covariates
used in each regression is length(param)-1
and the first element of
param
is the intercept.
If !is.null(p.trt)
, then the associated p.E values are
substituted in the cells that received a relevant management treatments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.