vGraph: Plot community variograms, the results of function 'vario'

View source: R/vario.R

vGraphR Documentation

Plot community variograms, the results of function 'vario'

Description

Plot community variograms, the results of function 'vario'

Usage

vGraph(
  vobject,
  optim = NA,
  exp.only = FALSE,
  flip.neg = FALSE,
  ylim = NULL,
  xlab = NULL,
  ylab = NULL,
  cls = NULL
)

Arguments

vobject

the output of the function 'vario' or the function 'nullPerm'

optim

is the location of the species niches

exp.only

if TRUE then only the two expected (spatial and nonspatial) components of variance displayed

flip.neg

if TRUE then negative fraction is expressed as a positive value

ylim

the limits on the y-axis

xlab

the label for the x-axis

ylab

the label of the y-axis

cls

the colors for the curves

Examples

x = matrix(runif(100), 10, 10)
coord = cbind(1:10, 1)
v = vario(x, coord)
vGraph(v)

mcglinnlab/vario documentation built on Feb. 22, 2023, 1:49 p.m.