example_dataset: Example Spatial-Time Series Dataset

example_datasetR Documentation

Example Spatial-Time Series Dataset

Description

A synthetic toy dataset containing 12 spatial-time series, each with 20 time points. Used to demonstrate the motif discovery functions in this package.

Usage

example_dataset

Format

A data frame with 20 rows and 12 columns. Each column represents a spatial-time series and each row represents a time point. All values are numeric.

Source

Synthetic data generated for demonstration purposes.

Examples

data(example_dataset)
dim(example_dataset)
# [1] 20 12


STMotif documentation built on March 30, 2026, 1:06 a.m.