tdsc_plot: Plot the A matrix or S Matrix

View source: R/plot.R

tdsc_plotR Documentation

Plot the A matrix or S Matrix

Description

Plot the A matrix or S Matrix from a tdsc analysis.

Usage

tdsc_plot(td, plotter = "persp", ...)

Arguments

td

A TDSC object

plotter

Function used to plot the A matrix (persp or perp3D) or S matrix (hist)

...

Parameters to pass to plotting function

Examples

## Not run: 
tdsc.plot(td)
tdsc.plot(td, plotter="persp3D")
tdsc.plot(td, plotter="hist")

## End(Not run)


tdsc documentation built on July 9, 2023, 6 p.m.

Related to tdsc_plot in tdsc...