Path fast view
view
provides a fast plot of a segmented trajectory or
specific chunks of it.
view(obj, ...) ## S4 method for signature 'binClstPath' view(obj, lbl = NULL, lims = NULL, bg = NULL, ...) ## S4 method for signature 'data.frame' view(obj, lbl = NULL, lims = NULL, bg = NULL, ...)
obj |
A binClstPath_instance or a data.frame with the format
described for slot |
... |
Parameters |
lbl |
A numeric vector with location labels. If |
lims |
A numeric vector with lower and upper limit locations to show only a chunk of the trajectory. |
bg |
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.