View source: R/TrajectoryGeometry.R
getDistanceDataForPaths | R Documentation |
This function takes a list of paths and a choice of statistic (median, mean or max) and returns that statistic for the appropriate center for each path. Each path is an n x d matrix. In use, it is assumed that these will be the randomized paths. It is therefore assumed that they are already of the correct dimensions.
getDistanceDataForPaths(paths, statistic)
paths |
- A list of paths. Each of these is an n x d matrix. |
statistic |
- Allowable values are 'median', 'mean' or 'max'. |
This returns a vector of n distances.
paths =
generateRandomPaths(path=straight_path,randomizationParam='bySteps',N=5)
distance = getDistanceDataForPaths(paths=paths,statistic='max')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.