Learn R Programming

htsr (version 2.1.6)

p_box_month: 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
)

Value

A ggplot2 object

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

Author

P. Chevallier - Nov 2017 -Feb 2019