View source: R/borg_diagnose.R
| as.data.frame.BorgDiagnosis | R Documentation |
Converts a BorgDiagnosis object into a one-row data frame
of diagnostic results for programmatic access.
## S3 method for class 'BorgDiagnosis'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
A |
row.names |
Optional row names for the output data frame. |
optional |
Logical. Passed to |
... |
Additional arguments passed to |
A one-row data frame with columns: dependency_type,
severity, recommended_cv, n_obs,
spatial_detected, morans_i, temporal_detected,
acf_lag1, clustered_detected, icc.
BorgDiagnosis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.