vGraph | R Documentation |
Plot community variograms, the results of function 'vario'
vGraph( vobject, optim = NA, exp.only = FALSE, flip.neg = FALSE, ylim = NULL, xlab = NULL, ylab = NULL, cls = NULL )
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 |
x = matrix(runif(100), 10, 10) coord = cbind(1:10, 1) v = vario(x, coord) vGraph(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.