ade4 (version 1.7-15)

chazeb: Charolais-Zebus

Description

This data set gives six different weights of 23 charolais and zebu oxen.

Usage

data(chazeb)

Arguments

Format

chazeb is a list of 2 components.

tab

is a data frame with 23 rows and 6 columns.

cla

is a factor with two levels "cha" and "zeb".

Examples

Run this code
# NOT RUN {
data(chazeb)
if(!adegraphicsLoaded())
  plot(discrimin(dudi.pca(chazeb$tab, scan = FALSE), 
    chazeb$cla, scan = FALSE))
# }

Run the code above in your browser using DataCamp Workspace