Determine shapes
get_shapes.Rd
This unexported helper function is used to identify the shape in the plane_shape()
function's scaled difference ("sdiff") method.
Value
A vector with the shapes identified. Each element of the vector will include a shape, which is a cluster of categorical differences (of the same size as the specified "window_size") collapsed with ";" (e.g., c("decrease;stable;stable;stable","stable;stable;stable;increase","stable;stable;increase;increase")
).