Description Usage Format Source References Examples
This data set gives for trappong nights informations about species and meteorological variables.
1 |
trichometeo
is a list of 3 components.
is a data frame with 49 rows (trapping nights) and 17 species.
is a data frame with 49 rows and 11 meteorological variables.
is a factor of 12 levels for the definition of the consecutive night groups
Data from P. Usseglio-Polatera
Usseglio-Polatera, P. and Auda, Y. (1987) Influence des facteurs météorologiques sur les résultats de piégeage lumineux. Annales de Limnologie, 23, 65–79. (code des espèces p. 76)
See a data description at http://pbil.univ-lyon1.fr/R/pdf/pps034.pdf (in French).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(trichometeo)
faulog <- log(trichometeo$fau + 1)
pca1 <- dudi.pca(trichometeo$meteo, scan = FALSE)
niche1 <- niche(pca1, faulog, scan = FALSE)
if(adegraphicsLoaded()) {
g1 <- s.distri(niche1$ls, faulog, plab.cex = 0.6, ellipseSize = 0, starSize = 0.3, plot = F)
g2 <- s.arrow(7 * niche1$c1, plab.cex = 1, plot = F)
G <- superpose(g1, g2, plot = TRUE)
} else {
s.label(niche1$ls, clab = 0)
s.distri(niche1$ls, faulog, clab = 0.6, add.p = TRUE, cell = 0, csta = 0.3)
s.arrow(7 * niche1$c1, clab = 1, add.p = TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.