Opens an interface in which the user can interactively draw spatial trajectories on the surface of the sample.

createSpatialTrajectories(object)

Arguments

object

An object of class SPATA2 or, in case of S4 generics, objects of classes for which a method has been defined.

See also

addSpatialTrajectories()

Examples


library(SPATA2)
library(tidyverse)

data("example_data")

object <- example_data$object_UKF275T_diet

object <- createSpatialTrajectories(object)