Description Objects from the Class Slots Methods References Examples
An object of class longCat.
Objects can be created by calls of the form new("longCat", ...).
y:Object of class "matrix" ~~
y.sorted:Object of class "matrix" ~~
dim:Object of class "integer" ~~
times:Object of class "matrix" ~~
times.sorted:Object of class "matrix" ~~
Labels:Object of class "character" ~~
factors:Object of class "numeric" ~~
IndTime:Object of class "logical" ~~
nfactors:Object of class "integer" ~~
sorted:Object of class "logical" ~~
ascending:Object of class "logical" ~~
group:Object of class "matrix" ~~
group.sorted:Object of class "matrix" ~~
groupLabels:Object of class "character" ~~
order.y:Object of class "matrix" ~~
order.y.sorted:Object of class "matrix" ~~
events:Object of class "matrix" ~~
event.times:Object of class "matrix" ~~
events.sorted:Object of class "matrix" ~~
event.times.sorted:Object of class "matrix" ~~
eventLables:Object of class "character" ~~
signature(object = "longCat"): ...
Tueller, S. J., Van Dorn, R. A., & Bobashev, G. V. (2016). Visualization of categorical longitudinal and times series data (Report No. MR-0033-1602). Research Triangle Park, NC: RTI Press. http://www.rti.org/publication/visualization-categorical-longitudinal-and-times-series-data
1 | showClass("longCat")
|
Class "longCat" [package "longCatEDA"]
Slots:
Name: y y.sorted dim
Class: matrix matrix integer
Name: times times.sorted Labels
Class: matrix matrix character
Name: factors IndTime nfactors
Class: numeric logical integer
Name: sorted ascending group
Class: logical logical matrix
Name: group.sorted groupLabels order.y
Class: matrix character matrix
Name: order.y.sorted events event.times
Class: matrix matrix matrix
Name: events.sorted event.times.sorted eventLables
Class: matrix matrix character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.