Construct an object of adp-class. Only a basic
subset of the typical data slot is represented in the arguments
to this function, on the assumption that typical usage in reading data
is to set up a nearly-blank adp-class object, the data
slot of which is then inserted. However, in some testing situations it
can be useful to set up artificial adp objects, so the other
arguments may be useful.
# NOT RUN {data(adp)
t <- adp[["time"]]
d <- adp[["distance"]]
v <- adp[["v"]]
a <- as.adp(time=t, distance=d, v=v)
# }# NOT RUN {plot(a)
# }# NOT RUN {# }