Skip to contents

Draws one row of evaluation panels per clustering step: the state clustering on top and the trajectory clustering below.

Usage

# S3 method for class 'vasstra_evaluations'
plot(x, colors = NULL, ...)

Arguments

x

A vasstra_evaluations object from evaluate() on a complete vasstra fit.

colors

Optional colors recycled within each evaluation row. By default the state and trajectory rows use distinct palettes so the two groupings are not read as corresponding.

...

Additional graphical arguments passed to the panel functions.

Value

The evaluated candidate and cluster tables, invisibly.

Examples

data("engagement", package = "VaSSTra")
fit <- vasstra(engagement, n_states = 3, n_trajectories = 3)
plot(evaluate(fit))