View source: R/predict_marks.R
| predict_marks | R Documentation |
Prefer using the S3 method predict() on an ldmppr_mark_model:
predict(mark_model, sim_realization = ..., xy_bounds = ...).
This wrapper is retained for backward compatibility and is deprecated.
predict_marks(
sim_realization,
raster_list = NULL,
scaled_rasters = FALSE,
mark_model = NULL,
xy_bounds = NULL,
include_comp_inds = FALSE,
competition_radius = 15,
edge_correction = "none",
seed = NULL
)
sim_realization |
a data.frame containing a thinned or unthinned realization from
|
raster_list |
list of raster objects used for mark prediction. |
scaled_rasters |
|
mark_model |
a mark model object. May be an |
xy_bounds |
vector of domain bounds as |
include_comp_inds |
|
competition_radius |
positive numeric distance used when |
edge_correction |
type of edge correction to apply ( |
seed |
optional nonnegative integer seed for reproducibility. |
a vector of predicted mark values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.