powered by
Plots the boundary between night and day.
# S3 method for NightDay plot(x, maps = 'world', add = FALSE, ...)
an object of class NightDay.
NightDay
only 'world' implemented.
logical indicating whether the plot is added to an existing device.
additional arguments, currently not implemented.
# NOT RUN { Time <- Sys.time() timezone <- 1 plot(NightDay(Time, timezone)) # }
Run the code above in your browser using DataLab