plot_data: Generates a plot with the true vs predicted curves

View source: R/plot.R

plot_dataR Documentation

Generates a plot with the true vs predicted curves

Description

Generates a plot with the true vs predicted curves

Usage

plot_data(x, Y, B, m_list, true_m_not, true_cluster_assignments, plot_params)

Arguments

x

The dependent variable

Y

A matrix in which the rows represent the curves

m_list

A list of the updated m parameters for each cluster

true_m_not

A matrix containing the true m_not vectors for each cluster

K

The number of clusters in the data

nbasis

The number of basis functions

Examples

plot_data(x, Y, K, nbasis, m_list, true_m_not)

jewelltaylor/funclustVI documentation built on June 1, 2022, 12:30 p.m.