## S3 method for class 'rlq':
wca(x, fac, scannf = TRUE, nf = 2, ...)
## S3 method for class 'witrlq':
plot(x, xax = 1, yax = 2, ...)
## S3 method for class 'witrlq':
print(x, ...)
rlq
function)
for the wca.rlq
function. An object of class witrlq
for
the print
and plot
functionswca.rlq
function returns an object of class 'betrlq'
(sub-class of 'dudi'). See the outputs of the print
function
for more details.rlq
, wca
, wca.rlq
data(piosphere)
afcL <- dudi.coa(log(piosphere$veg + 1), scannf = FALSE)
acpR <- dudi.pca(piosphere$env, scannf = FALSE, row.w = afcL$lw)
acpQ <- dudi.hillsmith(piosphere$traits, scannf = FALSE, row.w =
afcL$cw)
rlq1 <- rlq(acpR, afcL, acpQ, scannf = FALSE)
wrlq1 <- wca(rlq1, fac = piosphere$habitat, scannf = FALSE)
wrlq1
plot(wrlq1)
Run the code above in your browser using DataLab