powered by
view provides a fast plot of a segmented trajectory or specific chunks of it.
view
view(obj, ...)# S4 method for binClstPath view(obj, lbl = NULL, lims = NULL, bg = NULL, ...)# S4 method for data.frame view(obj, lbl = NULL, lims = NULL, bg = NULL, ...)
# S4 method for binClstPath view(obj, lbl = NULL, lims = NULL, bg = NULL, ...)
# S4 method for data.frame view(obj, lbl = NULL, lims = NULL, bg = NULL, ...)
A binClstPath_instance or a data.frame with the format described for slot binClstPath@pth.
binClstPath@pth
Parameters lbl and lims are optional.
lbl
lims
A numeric vector with location labels. If obj is a binClstPath_instance the clustering labels are used by default.
obj
A numeric vector with lower and upper limit locations to show only a chunk of the trajectory.
A valid colour to be used as background colour. By default a light-grey colour is used to enhance data points visibility.
# -- Fast view of the binClstPath instance included in the package -- view(expth) # -- the same with reference labels -- view(expth,lbl=TRUE)
Run the code above in your browser using DataLab