# NOT RUN {
library(repmis)
source_data("https://github.com/jimclarkatduke/gjam/blob/master/forestTraits.RData?raw=True")
y <- gjamReZero(fungEnd$yDeZero) # re-zero data
dim(y)
y <- gjamTrimY(y, minObs = 200)$y # species in >= 200 observations
dim(y)
tail(colnames(y)) # last column is 'other'
# }
Run the code above in your browser using DataLab