shelflife | R Documentation |
These data arise from an experiment using accelerated life testing to determine the estimated shelf life of a photographic developer. Maximum density and temperature seem to be reliable indicators of overall developer/film performance.
data(shelflife)
A data frame with 21 rows and 3 variables:
a numeric vector giving the shelf life, in hours.
a factor giving the temperature, in degrees celsius.
a numeric vector giving the maximum density.
Chapman R.E. (1997) Degradation study of a photographic developer to determine shelf life, Quality Engineering 10:1, 137-140.
data(shelflife)
dev.new()
with(shelflife,plot(Dmax, Time, pch=16, col=as.numeric(Temp)))
legend("topright", legend=c("72C","82C","92C"), col=c(1:3), pch=16,
title="Temperature", bty="n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.