ethylen: Ethylene data set

Description Usage Format Source Examples

Description

Ethylen data set from an experiment to analyse ethylene receptor blockers for improvement of postharvest characteristics of Pelargonium zonale hybrids.

Usage

1

Format

A data frame with 90 observations on the following 9 variables.

Cult

a numeric vector

Eth

factor with 2 levels, "no" and "yes" specifying the presence or absence of ethylen treatment

C1MCP

factor with 5 levels, "control", "prod1", "prod2", "prod3", "water"

Hue4

blabla content after 4 days

Hue8

blabla content after 8 days

Chroma4

blabla content after 4 days

Chroma8

blabla content after 8 days

Chloro4

Chlorophyll content after 4 days

Chloro8

Chlorophyll content after 8 days

Source

MSc thesis from Syariful Mubarok "Use of ethylene receptor blockers for improvement of postharvest characteristics of Pelargonium zonale hybrids" at the Section of Floriculture within the Institute of Floriculture and Woody Plant Science in the Leibniz Universitaet Hannover.

Examples

1
2
3
4
5
6
data(ethylen)
str(ethylen)
ethylen$Cult  <- factor(ethylen$Cult)
library(ggplot2)
p <- ggplot(ethylen, aes(Treatment, Hue4))
p + geom_boxplot(aes(fill= Cult)) + facet_grid(. ~ Eth)

AKitsche/statint documentation built on May 5, 2019, 11:30 a.m.