powered by
Display summary statistics (minimum, 1st quantile, median, mean, 3rd quantile, maximum) and quantiles of functional data
summaryfunction(ftsdata, plot.type = c("summarystats", "quantilestats"), quantilepercent = seq(0.1, 0.9, by = 0.1), plot.legend = FALSE, legendpos = "topright", cex = 0.9, lwd = 1, lty = 1, ncol = 2)
Return a plot of summary statistics of functional data or a plot of quantiles of functional data.
An object of class fds.
fds
Summary statistics or quantiles.
Percentage of quantiles.
Is the legend required in the plot?
When the plot.legend = TRUE, position of the legend.
plot.legend = TRUE
When the plot.legend = TRUE, point size.
When the plot.legend = TRUE, width of line.
When the plot.legend = TRUE, line type.
When the plot.legend = TRUE, number of columns in the legend.
Han Lin Shang. Please, report bugs and suggestions to hanlin.shang@anu.edu.au
A function for displaying summary statistics or quantiles of functional data.
summaryfunction(Australiasmoothfertility, plot.type = "summarystats") summaryfunction(Australiasmoothfertility, plot.type = "quantilestats", plot.legend = TRUE)
Run the code above in your browser using DataLab