plot.NightDay: Night and Day Boundary Plot Funtion

Description Usage Arguments Note Author(s) Examples

Description

Plots the boundary between night and day.

Usage

1
2
## S3 method for class 'NightDay'
plot(x, maps = 'world', add = FALSE, ...)

Arguments

x

an object of class NightDay.

maps

only 'world' implemented.

add

logical indicating whether the plot is added to an existing device.

...

additional arguments, currently not implemented.

Note

The function plot depends on library('maps').

Author(s)

Max Hughes-Brandl

Examples

1
2
3
4
Time <- Sys.time()
timezone <- 1

plot(NightDay(Time, timezone))

Example output

Loading required package: maps

NightDay documentation built on May 2, 2019, 11:57 a.m.