## S3 method for class 'nmds':
plot(x, ax = 1, ay = 2, col = 1, title = "", pch = 1, \dots)
## S3 method for class 'nmds':
points(x, which, ax = 1, ay = 2, col = 2, pch = 1, cex = 1, \dots)
## S3 method for class 'nmds':
plotid(ord, ids = seq(1:nrow(ord$points)), ax = 1, ay = 2,
col = 1, ...)
## S3 method for class 'nmds':
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 'nmds':
chullord(ord, overlay, ax = 1, ay = 2, cols=c(2,3,4,5,6,7), ltys = c(1,2,3), ...)
## S3 method for class 'nmds':
surf(ord, var, ax = 1, ay = 2, col = 2, labcex = 0.8,
family = gaussian, \dots)
## S3 method for class 'nmds':
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')
nmds.1 <- nmds(dis.bc,5)
plot(nmds.1)
points(nmds.1,brycesite$elev>8000)
surf(nmds.1,brycesite$elev)
plotid(nmds.1,ids=row.names(bryceveg))
Run the code above in your browser using DataLab