Learn R Programming

ade4 (version 1.01)

euro123: Triangular Data

Description

This data set gives the proportions of employement in the primary, secondary and tertiary sectors for 12 European countries in 1978, 1986 and 1997

Usage

data(euro123)

Arguments

format

euro123 is a list of 4 components.
  1. in78
{is a data frame with 12 rows and 3 variables. } in86{: idem in 1986} in97{: idem in 1997} plan{is a data frame with two factors to both organize the 3 tables.}

source

Encyclopaedia Universalis, Symposium, Les chiffres du Monde. Encyclopaedia Universalis, Paris. 519. Universit� de Barcelone : http://www.ub.es/medame/nutstat1.html

Examples

Run this code
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))

Run the code above in your browser using DataLab