plot.dissever {dissever} | R Documentation |
Plots a dissever result
Description
Plots a dissever result. Two modes are possible to visualise either the resulting map or the convergence of the disseveration.
Usage
## S3 method for class 'dissever'
plot(x, type = "map", ...)
Arguments
x |
object of class |
type |
character, type of visualisation to produce. Options are "map", to produce a map of the dissevered coarse map, or "perf", to show the convergence of the RMSE during the disseveration procedure. |
... |
Additional arguments passed to plot |
Author(s)
Pierre Roudier
Examples
# See ?dissever
[Package dissever version 0.2-3 Index]