Usage
## S3 method for class 'Track':
stcube(x, xlab = "x", ylab = "y", zlab = "t", type = "l",
aspect, xlim, ylim, zlim, showMap = FALSE, mapType = "osm", ..., y, z)
## S3 method for class 'Tracks':
stcube(x, xlab = "x", ylab = "y", zlab = "t", type = "l",
aspect, xlim, ylim, zlim, showMap = FALSE, mapType = "osm",
normalizeBy = "week", mapZoom = NULL, ..., y, z, col)
## S3 method for class 'TracksCollection':
stcube(x, xlab = "x", ylab = "y", zlab = "t",
type = "l", aspect, xlim, ylim, zlim, showMap = FALSE, mapType = "osm",
normalizeBy = "week", mapZoom = NULL, ..., y, z, col)
## S3 method for class 'difftrack':
stcube(x, showMap = FALSE, mapType = "osm", normalizeBy = "week", ..., y, z)
Arguments
x
An object of class Track, Tracks, or TracksCollection or difftrack.
xlab, ylab, zlab, type, aspect, xlim, ylim, zlim
Arguments passed to plot3d() of package rgl.
showMap
Flag if a basemap is to be shown on the xy plane.
mapType
The tile server from which to get the map. Passed as type to openmap() of package OpenStreetMap.
normalizeBy
An abstract time period (either week or day) to be normalized by.
mapZoom
Set a zoom level for the map used as background. Null will use the osm package default strategie.
y, z, col
Ignored, but included in the method signature for implementation reasons.
...
Additional arguments passed to plot3d() of package rgl.