TP 3: Graphics and data.frames
data(),pairs(), plot(), lines(),
title(), pdf() et dev.off()
CO2 et
$Type, $Treatment,$conc et $uptake.
plot function, re-draw the most striking linear relationship among those drawn in the previous question.
write.table(), read.table(), intersect(), which() et which.max()
CO2 and
CO2, with coma as separator in a file called mondataset.txt.
mondataset.txt in the variable mydata with the names of lines and columns adequately formated (similar to the original CO2).
CO2) that has the best uptake when the concentration in CO2 (use an implicit loop).
barplot with the minima and maxima of uptakes of each plant type, use appropriate colors and titles in your graphics.
heatmap matrix of $uptake, where lines (of the matrix) are the different concentrations ($conc) and columns (of that matrix) are the different plants ($Plant).
par(mfrow=)).