fdc | R Documentation |
fdc
Default Comparison of the observation and simulation
fdc
fdc(val, xlab = "Exceedance (%)", ylab = "value")
val |
Matrix or data.frame, number of column=2 |
xlab |
xlab |
ylab |
ylab |
ggplot handler
obs=rnorm(100)
sim=obs+rnorm(100)/2
fdc(cbind(obs, sim))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.