state_space_distances | R Documentation |
State Space Distance Matrix
state_space_distances(ssr, index = 50L, buffer = 10L)
ssr |
[matrix()] a state space reconstruction in which the rows are points in the state space |
index |
[integer()] time index of the first value to forecast |
buffer |
[integer()] number of values to forecast before |
Row index corresponds to focal point time. Column index corresponds to neighbour point time. The value represents the distance from the focal point to the neighbour point. Disallowed focal point and neighbour combinations have value NA.
[matrix()] of allowed neighbour distances, rows corresponding to focal point time, columns to neighbour point time.
Luke A. Rogers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.