print.solar_time: Print solar time and solar date objects

View source: R/solar-time.r

print.solar_timeR Documentation

Print solar time and solar date objects

Description

The object x is printed and returned invisibly.

Usage

## S3 method for class 'solar_time'
print(x, ...)

## S3 method for class 'solar_date'
print(x, ...)

Arguments

x

an R object

...

passed to format method

Value

Returns object x, invisibly.

Note

Default is to print the underlying POSIXct or Date as a solar time.

See Also

Other Local solar time functions: as.solar_date(), is.solar_time(), solar_time()


SunCalcMeeus documentation built on April 4, 2025, 1:43 a.m.