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

View source: R/Hydro_obs.R

fdcR Documentation

Default Comparison of the observation and simulation fdc

Description

Default Comparison of the observation and simulation fdc

Usage

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

Arguments

val

Matrix or data.frame, number of column=2

xlab

xlab

ylab

ylab

Value

ggplot handler

Examples

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

SHUD-System/rSHUD documentation built on Nov. 26, 2024, 10 a.m.