## S3 method for class 'pco':
plot(x, ax = 1, ay = 2, col = 1, title = "", pch = 1, \dots)
## S3 method for class 'pco':
points(x, which, ax = 1, ay = 2, col = 2, pch = 1, cex = 1, \dots)
## S3 method for class 'pco':
plotid(ord, ids = seq(1:nrow(ord$points)), ax = 1, ay = 2,
col = 1, ...)
## S3 method for class 'pco':
hilight(ord, overlay, ax = 1, ay = 2, cols=c(2,3,4,5,6,7), glyph=c(1,3,5),
origpch = 1, blank = '#FFFFFF', ...)
## S3 method for class 'pco':
chullord(ord, overlay, ax = 1, ay = 2, cols=c(2,3,4,5,6,7), ltys = c(1,2,3), ...)
## S3 method for class 'pco':
surf(ord, var, ax = 1, ay = 2, col = 2, labcex = 0.8,
family = gaussian, \dots)
## S3 method for class 'pco':
jsurf(ord, var, ax = 1, ay = 2, col = 2, labcex = 0.8,
family = gaussian, \dots)
Function
Function
Function
Function
Functions gam
function, and send the
sample coordinates and the interp
, which plots the
contours. The default link function for fitting the GAMs is
data(bryceveg)
data(brycesite)
dis.bc <- dsvdis(bryceveg,'bray/curtis')
pco.1 <- pco(dis.bc,5)
plot(pco.1)
points(pco.1,brycesite$elev>8000)
surf(pco.1,brycesite$elev)
plotid(pco.1,ids=row.names(bryceveg))
Run the code above in your browser using DataLab