Description Usage Arguments Value Examples
Create a time series chart and a boxplot of every data sample
1 | TimeSeries(file, station = "all", variable = "all")
|
file |
IDEAM file path or file name if it is on the working directory |
station |
a single station name or type "all" or "todas" to plot everything |
variable |
a single variable name or type "all" or "todas" to plot everything only a data frame is shown |
time series plot and boxplot for every variable data and station
1 2 3 4 | Example_IDEAM <- system.file("extdata", "Example_IDEAM", package = "ideamdb")
TimeSeries(Example_IDEAM, station = "LUCERO")
# Print time series chart and boxplots for all variables
# collected in an specific station
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.