| euro123 {ade4} | R Documentation |
This data set gives the proportions of employement in the primary, secondary and tertiary sectors for 12 European countries in 1978, 1986 and 1997.
data(euro123)
euro123 is a list of 4 components.
Encyclopaedia Universalis, Symposium, Les chiffres du Monde. Encyclopaedia Universalis, Paris. 519.
Université de Barcelone : http://www.ub.es/medame/nutstat1.html
data(euro123) 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))
> library(ade4) > ### Name: euro123 > ### Title: Triangular Data > ### Aliases: euro123 > ### Keywords: datasets > > ### ** Examples > > data(euro123) > 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)) > > >