[.reliabilitydiag | R Documentation |
Subsetting reliability diagram objects
## S3 method for class 'reliabilitydiag' x[i]
x |
an object inheriting from the class |
i |
index specifying which elements to extract. |
an object inheriting from the class 'reliabilitydiag'
.
c.reliabilitydiag
.
data("precip_Niamey_2016", package = "reliabilitydiag") r <- reliabilitydiag( precip_Niamey_2016[c("Logistic", "EMOS")], y = precip_Niamey_2016$obs ) length(r) r[1] r["EMOS"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.