View source: R/ggplot_seasonal_ranges.R
ggplot seasonal ranges
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | ggplot_seasonal_ranges(
x,
show_limits = TRUE,
...,
outlier.colour = "black",
outlier.color = "black",
outlier.fill = "black",
outlier.shape = 19,
outlier.size = 1e-05,
outlier.stroke = 0.5,
outlier.alpha = 0.01,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
lwd = 0.1
)
## Default S3 method:
ggplot_seasonal_ranges(
x,
show_limits = TRUE,
...,
outlier.colour = "black",
outlier.color = "black",
outlier.fill = "black",
outlier.shape = 19,
outlier.size = 1e-05,
outlier.stroke = 0.5,
outlier.alpha = 0.01,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
lwd = 0.1
)
## S3 method for class 'seasonal_ranges'
ggplot_seasonal_ranges(
x,
show_limits = TRUE,
...,
outlier.colour = "black",
outlier.color = "black",
outlier.fill = "black",
outlier.shape = 19,
outlier.size = 1e-05,
outlier.stroke = 0.5,
outlier.alpha = 0.01,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
lwd = 0.1
)
## S3 method for class 'list'
ggplot_seasonal_ranges(
x,
show_limits = TRUE,
...,
outlier.colour = "black",
outlier.color = "black",
outlier.fill = "black",
outlier.shape = 19,
outlier.size = 1e-05,
outlier.stroke = 0.5,
outlier.alpha = 0.01,
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
lwd = 0.1
)
|
x |
an object of class dataframe, matrix, or RasterStack. Names of x should
be dates in the format |
show_limits |
Logical.Should the differents ranges be delineated with lines? |
... |
Additional arguments passed to seasonal_ranges. This is not used with |
outlier.colour |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.color |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.fill |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.shape |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.size |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.stroke |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
outlier.alpha |
Default aesthetics for outliers. Set to In the unlikely event you specify both US and UK spellings of colour, the US spelling will take precedence. Sometimes it can be useful to hide the outliers, for example when overlaying
the raw data points on top of the boxplot. Hiding the outliers can be achieved
by setting |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
lwd |
Numeric. line width |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.