Learn R Programming

latrend (version 1.1.0)

plot,lcModel,ANY-method: Plot a lcModel

Description

Plot a lcModel. By default, this plots the cluster trajectories of the model, along with the training data.

Usage

# S4 method for lcModel,ANY
plot(x, y, ...)

Arguments

x

The lcModel object.

y

Not used.

...

Arguments passed to plotClusterTrajectories.

Value

A ggplot object.