temp.design: graphical adjustment of daily high and low temperature

View source: R/temp.R

temp.designR Documentation

graphical adjustment of daily high and low temperature

Description

Graphical interface updates daily high and low temperatures, along with rescaling the days and temperature range.

Usage

temp.design(
  community,
  nspline = 8,
  n = 1,
  horizontal = TRUE,
  col = c(low = "blue", high = "red")
)

Arguments

community

object with population data by species

nspline

number of spline nodes

n

number of steps to perform

horizontal

use horizontal orientation if TRUE

col

colors of low and high temperature ranges

lo.hour

lower limit of hours to plot

hi.hour

upper limit of hours to plot

length

number of interpolation points for plot

derivative

show derivative of temperature

...

other arguments to pass to plot

printit

print out hours and temperatures if TRUE

Author(s)

Brian S. Yandell

References

See www.stat.wisc.edu/~yandell/ewing.

See Also

TemperatureBase

Examples


## Not run: 
temp.design()
temp.plot()

## End(Not run)


byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.