timeclust: Time Series Clustering

View source: R/timeclust.h.R

timeclustR Documentation

Time Series Clustering

Description

Time Series Clustering

Usage

timeclust(
  data,
  k = 2,
  feature,
  item,
  value,
  plot = FALSE,
  width = 500,
  height = 500,
  plot1 = FALSE,
  width1 = 500,
  height1 = 500
)

Arguments

data

The data as a data frame.

k

.

feature

.

item

.

value

.

plot

.

width

.

height

.

plot1

.

width1

.

height1

.

Value

A results object containing:

results$instructions a html
results$text a preformatted
results$clust an output
results$plot1 an image
results$plot an image

hyunsooseol/snowCluster documentation built on April 5, 2025, 2:06 a.m.