Description Usage Arguments Value
View source: R/timeseries_histogram_plotting.R
Plot timeseries of observations
1 2 3 4 5 6 7 8 9 10 |
x |
The data to be fit with an HMM in the form of a 3D array. The first index (row) corresponds to time, the second (column) to the variable number, and the third (matrix number) to the subject number. |
states |
A matrix with the columns containing the sequence of states
that generated the data in |
num_subjects |
The number of subjects/trials that generated the data. |
num_variables |
The number of variables in the data. |
variable_names |
A vector containing the names of the variables in the
data |
subject_names |
A vector containing the names of the subjects generating
the data |
xaxis |
A list containing a list for each subject containing vectors for each variable of the desired minimum and maximum x-axis value. |
yaxis |
A list containing a list for each subject containing vectors for each variable of the desired minimum and maximum y-axis value. |
A grid of plots of the time series for each subject and variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.