Description Usage Format Source Examples
This data set gives the proportions of employement in the primary, secondary and tertiary sectors for 12 European countries in 1978, 1986 and 1997.
1 |
euro123
is a list of 4 components.
is a data frame with 12 rows and 3 variables.
: idem in 1986
: idem in 1997
is a data frame with two factors to both organize the 3 tables.
Encyclopaedia Universalis, Symposium, Les chiffres du Monde. Encyclopaedia Universalis, Paris. 519.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | data(euro123)
if(adegraphicsLoaded()) {
g1 <- triangle.label(euro123$in78, addaxes = TRUE, plabels.cex = 0,
plot = F)
g2 <- triangle.label(euro123$in86, addaxes = TRUE, plabels.cex = 0,
plot = F)
g3 <- triangle.label(euro123$in97, addaxes = TRUE, plabels.cex = 0,
plot = F)
g4 <- triangle.match(euro123$in78, euro123$in97, plot = F)
G <- ADEgS(list(g1, g2, g3, g4), layout = c(2, 2))
} else {
par(mfrow = c(2,2))
triangle.plot(euro123$in78, addaxes = TRUE)
triangle.plot(euro123$in86, addaxes = TRUE)
triangle.plot(euro123$in97, addaxes = TRUE)
triangle.biplot(euro123$in78, euro123$in97)
par(mfrow = c(1,1))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.