Learn R Programming

pairwiseCI (version 0.1-27)

sodium: Sodium contents in transgenic and isogenic corn

Description

Sodium was measured in transgenic corn and the original isogenic corn variety.

Usage

data(sodium)

Arguments

Format

A data frame with 12 observations on the following 2 variables.

Treatment

a factor with levels transgenic xisogenic

Sodiumcontent

a numeric vector

Examples

Run this code
# NOT RUN {
data(sodium)
boxplot(Sodiumcontent ~Treatment, data=sodium)

# }

Run the code above in your browser using DataLab