Learn R Programming

BSagri (version 0.1-10)

fakeln: A simulated data set of lognormal data

Description

A simulated data set of lognormal data, could be concentrations

Usage

data(fakeln)

Arguments

Format

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

Concmug

a numeric vector, serving as response variable

Treat

a factor with levels N S Sa Sb

Examples

Run this code
# NOT RUN {
data(fakeln)
boxplot(Concmug ~ Treat, data=fakeln)
# }

Run the code above in your browser using DataLab