Learn R Programming

SunCalcMeeus (version 0.1.2)

format.solar_time: Encode in a Common Format

Description

Format a solar_time object for pretty printing

Usage

# S3 method for solar_time
format(x, ..., sep = ":")

Value

A character string with the time formatted as "HH:MM:SS", where ":" is the argument passed to sep.

Arguments

x

an R object

...

ignored

sep

character used as separator

See Also

Other astronomy related functions: day_night(), sun_angles()