Vehicles
returns a tranformed object with class "Vehicles" and units
'veh'. The type of objects supported are of classes "matrix", "data.frame",
"numeric" and "array". If the object is a matrix it is converted to data.frame.
If the object is "numeric" it is converted to class "units".
Vehicles(x, ..., time = NULL)
# S3 method for class 'Vehicles'
print(x, ...)
# S3 method for class 'Vehicles'
summary(object, ...)
# S3 method for class 'Vehicles'
plot(
x,
pal = "colo_lightningmccarl_into_the_night",
rev = TRUE,
bk = NULL,
fig1 = c(0, 0.8, 0, 0.8),
fig2 = c(0, 0.8, 0.55, 1),
fig3 = c(0.7, 1, 0, 0.8),
mai1 = c(1, 0.82, 0.82, 0.42),
mai2 = c(1.8, 0.82, 0.5, 0.42),
mai3 = c(1, 1, 0.82, 0.2),
bias = 1.5,
...
)
Object with class "Vehicles"
ignored
Character to be the time units as denominator, eg "1/h"
Object with class "Vehicles"
Palette of colors available or the number of the position
Logical; to internally revert order of rgb color vectors.
Break points in sorted order to indicate the intervals for assigning the colors.
par parameters for fig, par
.
par parameters for fig, par
.
par parameters for fig, par
.
par parameters for mai, par
.
par parameters for mai, par
.
par parameters for mai, par
.
positive number. Higher values give more widely spaced colors at the high end.
Objects of class "Vehicles" or "units"