slopeDist: Pairwise slope distance

Description Usage Arguments Value Author(s) See Also Examples

View source: R/slopeDist.R

Description

Compute pairwise distance based on slopes in a matrix of trajectories

Usage

1

Arguments

x

Numeric matrix or data.frame with trajectory values. Rows are trajectories, columns are time or similar. SummarizedExperiment object can be provided for compatibility with bioconductor container (for more information see vignette).

time

Numeric vector with time data (time intervals), with equal length to columns number in x.

...

Other arguments to pass to importFromSE if _x_ is SummarizedExperiment-class.

Value

A dist class object of size NxN, where N is rows number in the input data

Author(s)

Fernando Pérez-Sanz (fernando.perez8@um.es)

Miriam Riquelme Pérez (miriam.riquelmep@gmail.com)

See Also

frechetDistC and frechetDist (R and slower versión than frechetDistC.), importFromSE.

Examples

1
2
3
4
data(tscR)
data <- tscR
time <- c(1,2,3)
dist_tscR <- slopeDist(data, time)

fpsanz/tscR documentation built on July 17, 2020, 2:20 a.m.