Boxplot of the 12 months of a time-series.
p_box_month(
file,
title = "Title",
axeY = "Y-axis",
savefig = FALSE,
fileo = "plot.png",
width = 8,
height = 6
)
A ggplot2 object
File name of the time-series
Title plot (default = Title)
Title of y-axis (default Y-axis)
Save plot file TRUE / FALSE (default)
Name of the plot file with extension png, jpg or pdf
Plot width (x 100 pixels), default = 8
Plot heights (x 100 pixels), default = 6
P. Chevallier - Nov 2017 -Feb 2019