fdc: Default Comparison of the observation and simulation 'fdc'

Description Usage Arguments Value Examples

View source: R/Hydro_obs.R

Description

Default Comparison of the observation and simulation fdc

Usage

1
fdc(val, xlab = "Exceedance (%)", ylab = "value")

Arguments

val

Matrix or data.frame, number of column=2

Value

ggplot handler

Examples

1
2
3
obs=rnorm(100)
sim=obs+rnorm(100)/2
fdc(cbind(obs, sim))

happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.