TimeSeries: Graphical exploratory charts

Description Usage Arguments Value Examples

Description

Create a time series chart and a boxplot of every data sample

Usage

1
TimeSeries(file, station = "all", variable = "all")

Arguments

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

Value

time series plot and boxplot for every variable data and station

Examples

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

ideamdb documentation built on May 2, 2019, 2:41 a.m.