downscaling_scatterplot: Scatterplot of downscaled vs. GCM data

Description Usage Arguments Details

View source: R/downscaling_scatterplot.R

Description

Plots a scattter plot of downscaled vs. GCM data with corresponding regression line (or correlation) for different scenarios.

Usage

1
2
downscaling_scatterplot(df, xlim = range(df, na.rm = T), ylim = range(df,
  na.rm = T), add.names = FALSE, correlation = FALSE, ...)

Arguments

df

list of data.frames with model data (see details)

xlim,ylim

horizontal and vertical extent of plot

add.names

logical, should model names be added?

correlation

logical, show correlation instead of regression?

...

additional arguments passed to plot

Details

The data frames (one for each scenario) are expected to contain elements named Downscaled and GCM. In addition, for add.names to work, the rows need to contain the model names.


jonasbhend/NRMgraphics documentation built on May 19, 2019, 7:26 p.m.