plot.NighDay {NightDay}R Documentation

Night and Day Boundary Plot Funtion

Description

Plots the boundary between night and day.

Usage

## 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

Time <- Sys.time()
timezone <- 1

plot(NightDay(Time, timezone))

[Package NightDay version 1.0.1.1 Index]