overlayTwilightResiduals: Overlay data for path editing

Description Usage Arguments Details See Also

View source: R/interactive.R

Description

Overlay a data when editing an initial path.

Usage

1
2
3
4
5
6
7
8
9
overlayTwilightResiduals(
  twilights,
  index,
  mode,
  xlim,
  ylim,
  twilight.contours = c(10, 20, 50),
  zenith = NULL
)

Arguments

twilights

the full twilight data

index

the index of the current twilight

mode

the overlay mode requested by pathEdit

xlim

the horizontal limits of the map

ylim

the vertical limits of the map

twilight.contours

the contour levels to display

zenith

the solar zenith angle that defines twilight

Details

The pathEdit function allows the user to specify a function to overlay data on the map to assist is selecting an initial path.

This function overlays a contour map of the difference between the observed twilight and true time of twilight for that location and day, where positive and negative contours are shown in different colours. This can be useful is selecting an initial path for which the residuals are positive.

See Also

pathEdit


SWotherspoon/BAStag documentation built on March 29, 2021, 2:47 a.m.