View source: R/plot_spi_forecast.R
plot_spi_forecast | R Documentation |
function for plotting spi for station data
plot_spi_forecast(
ind_dat,
full_dat_NA,
selpoints,
pdims,
plot_title = TRUE,
title = "",
output = NULL,
plotdir = NULL,
plotname = NULL,
ylims = NULL,
plotstart = NULL,
pwidth = 2000,
pheight = 1300,
pres = 250,
cex = 1,
text_cex = 1,
show.grid.h = TRUE,
...
)
ind_dat |
1 List of climindvis_index objects (as returned by
|
selpoints |
Array to select subset of points to plot,there are two options:
|
ylims |
Limits of xaxis for plot of format ylims=c(ymin,ymax). If not provided limits are taken from the data |
plotstart |
Start year of plot, e.g plotstart = 1990 ends at end of forecast time. |
pwidth , pheight , pres |
Width,Height and Resolution of plot (see width in |
cex |
cex of plots (see par()). Default=1 |
output: |
type of output xxx auch write moeglich |
plotdir: |
directory where files/plots are saved to. |
plotname: |
string for outputnames, the final name will be outfilestring_month/season/etc.. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.