Learn R Programming

ade4 (version 1.2-2)

toxicity: Homogeneous Table

Description

This data set gives the toxicity of 7 molecules on 16 targets expressed in -log(mol/liter)

Usage

data(toxicity)

Arguments

source

Devillers, J., Thioulouse, J. and Karcher W. (1993) Chemometrical Evaluation of Multispecies-Multichemical Data by Means of Graphical Techniques Combined with Multivariate Analyses. Ecotoxicology and Environnemental Safety, 26, 333--345.

Examples

Run this code
data(toxicity)
table.paint(toxicity$tab, row.lab = toxicity$species, 
    col.lab = toxicity$chemicals)

table.value(toxicity$tab, row.lab = toxicity$species, 
    col.lab = toxicity$chemicals)

Run the code above in your browser using DataLab