CreateSpatTrajectory: Create spatial trajectory.

View source: R/trajectory.R

CreateSpatTrajectoryR Documentation

Create spatial trajectory.

Description

Create spatial trajectory.

Usage

CreateSpatTrajectory(
  object,
  start = 1,
  end = 10,
  savePlot = FALSE,
  outputFolder = NULL,
  r = 2.5,
  TrajectoryName = "Example",
  ...
)

Arguments

object

a giotto object

start

The starting point of spatial trajectory.

end

The end point of spatial trajectory.

savePlot

Boolean, whether to save plot.

outputFolder

Output folder to save the results.

r

A numeric to limit the maximum distance of the observed point to the curve.

TrajectoryName

The user-specified name for the trajectory.

...

other arguments


YeehanXiao/STREAM documentation built on Aug. 13, 2022, 6:43 p.m.