x and
y columns even if these were not used in the
model.## S3 method for class 'dsm.var':
plot(x, poly = NULL, limits = NULL,
breaks = NULL, legend.breaks = NULL, xlab = "x",
ylab = "y", observations = TRUE, plot = TRUE,
boxplot.coef = 1.5, x.name = "x", y.name = "y",
gg.grad = NULL, ...)dsm.var objectlist or data.frame with
columns x and y, which gives the
coordinates of a polygon to draw. It may also optionally
have a column group, if there are many polygons.x axisy axisggplot2 object?summary.dsm.var), only has an effect if the
bootstrap file was saved.ggplot gradient
object.dsm.var.prop and dsm.var.gam,
one must first format the data correctly since these
functions are designed to compute very general summaries.
One summary is calculated for each element of the list
pred supplied to dsm.var.prop and
dsm.var.gam. For a plot of uncertainty over a prediction grid,
pred (a data.frame), say, we can create the
correct format by simply using pred.new <-
split(pred,1:nrow(pred)).