STSADatasetAdjust | R Documentation |
Adjust a Dataset Adjust the dimensions of a dataset to build the blocks
STSADatasetAdjust(D, tb, sb)
D |
Dataset containing numeric values |
tb |
Temporal block size |
sb |
Spatial block size |
Dataset adjusted to build the blocks.
#Adjust a block
D <- STSADatasetAdjust(STMotif::example_dataset, 20, 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.