Learn R Programming

dissever (version 0.2-3)

plot.dissever: 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 dissever
plot(x, type = "map", ...)

Arguments

x

object of class dissever, output from the dissever function

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

Examples

Run this code
# NOT RUN {
# See ?dissever
# }

Run the code above in your browser using DataLab