p_box_month {htsr} | R Documentation |
Boxplot of the 12 months of a time-series.
Description
Boxplot of the 12 months of a time-series.
Usage
p_box_month(
file,
title = "Title",
axeY = "Y-axis",
savefig = FALSE,
fileo = "plot.png",
width = 8,
height = 6
)
Arguments
file |
File name of the time-series |
title |
Title plot (default = Title) |
axeY |
Title of y-axis (default Y-axis) |
savefig |
Save plot file TRUE / FALSE (default) |
fileo |
Name of the plot file with extension png, jpg or pdf |
width |
Plot width (x 100 pixels), default = 8 |
height |
Plot heights (x 100 pixels), default = 6 |
Value
A ggplot2 object
Author(s)
P. Chevallier - Nov 2017 -Feb 2019
[Package htsr version 2.1.5 Index]