View source: R/dead_functions.R
dsm.var.movblk | R Documentation |
This function is deprecated, use dsm_var_movblk.
dsm.var.movblk( dsm.object, pred.data, n.boot, block.size, off.set, ds.uncertainty = FALSE, samp.unit.name = "Transect.Label", progress.file = NULL, bs.file = NULL, bar = TRUE )
dsm.object |
object returned from |
pred.data |
either: a single prediction grid or list of prediction
grids. Each grid should be a |
n.boot |
number of bootstrap resamples. |
block.size |
number of segments in each block. |
off.set |
a a vector or list of vectors with as many elements as there
are in |
ds.uncertainty |
incorporate uncertainty in the detection function? See Details, below. Note that this feature is EXPERIMENTAL at the moment. |
samp.unit.name |
name sampling unit to resample (default 'Transect.Label'). |
progress.file |
path to a file to be used (usually by Distance) to
generate a progress bar (default |
bs.file |
path to a file to store each bootstrap round. This stores all
of the bootstrap results rather than just the summaries, enabling
outliers to be detected and removed. (Default |
bar |
should a progress bar be printed to screen? (Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.