msdGraph: Mid Summer Drought Time Series Graphs

Description Usage Arguments Value See Also Examples

View source: R/msdGraph.R

Description

Plots the Time Series of Mid Summer Drought data

The input must be in the form of daily data, with the first data point being January 1st of a respective year.

Usage

1
msdGraph(x1, x2, x3, xlon, xlat)

Arguments

x1

Year 1

x2

Year 2

x3

Year 3

xlon

Longitude value

xlat

Latitude value

Value

Graph of Time Series Data

See Also

raster

Examples

1
graph1 <- msdGraph(1981, 1985, 1986, 275, 15)

kjoseph654/MSD documentation built on July 8, 2021, 2:13 p.m.