chron (version 2.2-26)

chron-internal: Internal chron objects

Description

Internal chron objects.

Usage

clock2frac(str)
convert.chron(x, format = c(dates = "m/d/y", times = "h:m:s"), origin.,
              sep = " ", enclose = c("(", ")"), ...)
convert.dates(dates. = NULL, format = "m/d/y", origin., length. = 0, 
              ...)
convert.times(times = NULL, format = "h:m:s", length. = 0, ...)
count.events(x, by)
count.fields.str(str, sep = "")
day.abb
day.name
frac2clock(f)
julian2mine(x)
mine2julian(str)
month.length
my.axis(x, simplify = TRUE, ...)
new.chron(x, new.origin = c(1, 1, 1970), shift = julian(new.origin[1], 
          new.origin[2], new.origin[3], c(0, 0, 0)))
origin(x)
parse.format(format, year.abb = getOption("chron.year.abb"), ...)
unpaste(str, sep = "/", fnames = NULL, nfields = NULL,
        first = c(1, 3, 5), width = 2)
year.expand(y, cut.off = 30, century = c(1900, 2000), ...)
year.strict(...)

Arguments

Details

These are not to be called by the user.