powered by
Returns a graph with the frequencies of germinated or emerged seeds
lineplot( dados, trat, nrep, time, ylab = "Emergence", xlab = "Time (days)", nt = NA, percentage = FALSE, legend.position = c(0.2, 0.8) )
Returns a graph with the frequencies of germinated or emerged seeds.
data.frame containing the responses of the evaluations in separate columns side by side and without the columns with the identification of the factors
vector of treatments with n repetitions
Number of repetitions
vector containing time
y-axis name
x-axis name
total seeds per repetition
y scale in percentage
Legend position
data("substrate") lineplot(substrate[,c(3:18)], trat = substrate$Trat, nrep = 4, time = 1:16)
Run the code above in your browser using DataLab