View source: R/plot_checkdata.R
plot.st4gi_dc | R Documentation |
This function produces a visualization of data consistency.
## S3 method for class 'st4gi_dc'
plot(x, ...)
x |
An object of class |
... |
Additional plot arguments. |
It produces a visual matrix representation of data consistency problems.
It returns a plot.
Raul Eyzaguirre.
checks <- check.data(pjpz09)
plot(checks)
checks <- check.data(potatoyield)
plot(checks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.