## S3 method for class 'default':
weightedCor(x, env, fossil, method = c("rda", "cca"),
test = TRUE, type = c("simulate", "permute"), sim = 999,
verbose = TRUE, ...)## S3 method for class 'weightedCor':
plot(x,
type = c("bubble", "null"),
weighted = TRUE,
size = 0.25,
xlab = paste(x$env, "WA Optima"),
ylab = "Axis 1 Score",
xlim,
main = "",
sub = NULL,
border = "gray75",
col = "gray75",
obscol = "red",
fg = "black", ...)
plot
method, an object of class
"weightedCor"
, the result of a call to weightedCor
."rda"
and
"cca"
. Currently only "rda"
is supported."simulate"
or
"permute"
. The latter is currently not implemented. For the
plot
method, the type of plot to produce.plot
method, additional graphical parameters can be
supplied.symbols
and argument inches
for details.plot
method produces a plot on the current
device. weightedCor()
returns a list with the following
components:NULL
if argument
test
was FALSE
.env
argument. Used for
plotting.wa
for details on fitting weighted average models.data(ImbrieKipp, SumSST, V12.122)
Cor <- weightedCor(ImbrieKipp, env = SumSST,
fossil = V12.122, type = "simulate", sim = 49)
Cor
plot(Cor)
plot(Cor, type = "null")
Run the code above in your browser using DataLab