plot.scalescape: Plotting scalescape objects

View source: R/plot.scalescape.R

plot.scalescapeR Documentation

Plotting scalescape objects

Description

plot method for classes scalescape and scalescape.boot. For objects of class scalescape, summary.scalescape returns two plots:

  1. the log-likelihood values for the range parameter up to the distance (in meters), specified as the max.radius in landscape_matrix.

  2. the shape of the weighting function, i.e.how the weight of the landscape predictor decreases with distance (in meters), given the maximum likelihood range value.

For objects of class scalescape.boot, summary.scalescape returns two histograms:

  1. the frequency with which different range parameter values were identified as optimal

  2. the distribution of deviance values generated by the bootstraps, from which the p-value is derived

Usage

## S3 method for class 'scalescape'
plot(x, ...)

Arguments

x

an object of class scalescape or scalescape.boot

...

arguments to be passed to methods


benjaminiuliano/scalescape documentation built on April 4, 2022, 1:51 p.m.