TimeSeries {ideamdb}R Documentation

Graphical exploratory charts

Description

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

Usage

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

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


[Package ideamdb version 0.0.9 Index]