plot.Climate | R Documentation |
Plots the ppt and inst. ppt from a Climate object
## S3 method for class 'Climate'
plot(cli, n = 1001, Date = NULL, plots = c("ppt_inst", "ppt_cum"))
cli |
a Climate object |
n |
(optional) a positive integer indicating how many points to evaluate for drawing |
plots |
(optional) a charcter vector indicating whether to draw the "ppt_inst", "ppt_cum", or both |
date |
a date string value with format "YYYY-MM-DD" |
a gtable containing plots of slope or elevation
expand_cli
cli <- read_cli(system.file("extdata", "092.63x040.90.cli", package="WEPPR"))
plot(cli)
plot(cli, date = "2017-09-21", plots=c("ppt_inst"))
plot(cli, date = "2017-09-21", plots=c("ppt_cum"))
plot(cli, date = "2017-09-21")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.