powered by
Generate a sequence of nanoduration
nanoduration
# S3 method for nanoduration seq(from, to = NULL, by = NULL, length.out = NULL, along.with = NULL, ...)
the starting and (maximal) end values of the sequence
the increment of the sequence
integer indicating the desired length of the sequence
take the length from the length of this argument.
arguments passed to or from methods
seq(from=as.nanoduration(0), by=as.nanoduration("01:00:00"), length.out=10)
Run the code above in your browser using DataLab