plot: Plot Statistical Models

plot.variogramR Documentation

Plot Statistical Models

Description

Functions to graphically display statistical models.

Usage

## S3 method for class 'variogram'
plot(
  x,
  scale,
  cex = 1.5,
  cex.axis = 1.25,
  xaxt = "s",
  yaxt = "s",
  xlab,
  ylab,
  xlim,
  ylim,
  nugget = TRUE,
  sill = TRUE,
  range = TRUE,
  ...
)

## S3 method for class 'morphometry.scsbio'
plot(x, y, theta, xlim = c(10, 140), log = TRUE, title, discrete = FALSE, ...)

Arguments

x

variogram object.

scale

Scalar by which to scale the variogram y axis.

cex

Text size.

cex.axis

Text size for plot axes.

xaxt, yaxt

par graphics parameters.

xlab, ylab

Character strings specifying the axes labels.

xlim, ylim

Two-element numerical vectors specifying plot axes limits.

nugget, sill, range

Logical value specifying whether to display reference lines for variogram parameters.

discrete

Logical value specifying whether morphometric data are rounded.

Methods (by class)

  • plot(variogram): Variogram plot method.

  • plot(morphometry.scsbio): Morphometric plot for snow crab biological data.


TobieSurette/gulf.stats documentation built on Jan. 4, 2023, 4:19 p.m.