plotGraph: Plot graph from data

Description Usage Arguments Value Examples

View source: R/plotGraph.R

Description

plotGraph plots graph of given time series

Usage

1
plotGraph(time.series, name, directory)

Arguments

time.series

a time series with data

name

name of the graph PNG file

directory

directory to which the graph should be saved to

Value

png with graph

Examples

1
plotGraph(datasets::AirPassengers, 'timeSeries', 'files')

karolgileta/ShinyApp documentation built on May 18, 2019, 10:15 a.m.