| Lily | R Documentation |
Data on sample quadrats of the glacier lily, Erythronium grandiflorum, from Thomson et al 1996
data(Lily_sum)
xlocation of quadrat
ylocation of quadrat
flowersnumber of flowers
seedlingsnumber of seedlings
vegetativenumber of vegetative plants
gopherindex of gopher activity
rockinessrockiness index
moisturemoisture index
flowcolinverse quintile of flowering plants
seedcolinverse quintile of seedlings
vegcolinverse quintile of number of vegetative plants for image plots
gophcolinverse quintile of gopher activity
rockcolinverse quintile of rockiness
moiscolinverse quintile of moisture
16x16 grid of 2x2m quadrats in Washington Gulch, sampled 1992
Thomson et al 1996, "Untangling multiple factors in spatial distributions", Ecology 77:1698-1715. Data from James D. Thomson, with file format conversion help from Jennifer Schmidt
data(Lily_sum)
par(mfrow=c(3,2))
for (i in 9:14) {
image(matrix(Lily_sum[,i],nrow=16),main=names(Lily_sum)[i])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.