print.solar_time {photobiology}R Documentation

Print solar time and solar date objects

Description

Print solar time and solar date objects

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

Note

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

See Also

Other astronomy related functions: day_night, format.solar_time, is.solar_time, solar_time, sun_angles


[Package photobiology version 0.9.21 Index]