timeclust | R Documentation |
Time Series Clustering
timeclust(
data,
k = 2,
feature,
item,
value,
plot = FALSE,
width = 500,
height = 500,
plot1 = FALSE,
width1 = 500,
height1 = 500
)
data |
The data as a data frame. |
k |
. |
feature |
. |
item |
. |
value |
. |
plot |
. |
width |
. |
height |
. |
plot1 |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$text | a preformatted | ||||
results$clust | an output | ||||
results$plot1 | an image | ||||
results$plot | an image | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.