as.tod(x)# S3 method for character
as.tod(x)
# S3 method for circular
as.tod(x)
is.tod(x)
# S3 method for tod
as.double(x, ...)
circular(x, ...)
# S3 method for default
circular(
x,
type = c("angles", "directions"),
units = c("radians", "degrees", "hours"),
template = c("none", "geographics", "clock12", "clock24"),
modulo = c("asis", "2pi", "pi"),
zero = 0,
rotation = c("counter", "clock"),
names = NULL,
...
)
# S3 method for tod
circular(x, ...)