search for: ctmax

Displaying 1 result from an estimated 1 matches for "ctmax".

Did you mean: tmax
2018 Feb 15
1
RV: Problem_graphic
Hi everyone, I am beginner using R but I try to learn more. I need this graphic or similar but instead of tropical and temperate are three ontogenetic states Larva Met Juv CTMAX CTMIN SP SP SP This is my scrip: Ex = subset(Expr, Outlayer=="N") Ex2 = subset (Ex, S0 == 1) Ex3 = subset(Ex2, Experimento == "CTMIN") Ex4 = subset(Ex2, Experimento == "CTMAX") Ex3$Stage <- ordered(Ex...