powered by
Uses the constructor to create the object or update an existing one with the setters.
# S4 method for GaugeBand initialize(.Object, alpha = 1, id, ...)gaugeBand(alpha = 1, id, ...)setID(.Object, id)# S4 method for GaugeBand setID(.Object, id)
gaugeBand(alpha = 1, id, ...)
setID(.Object, id)
# S4 method for GaugeBand setID(.Object, id)
(updated) .Object of class GaugeBand.
GaugeBand (or "GaugeBand" for initialize).
numeric.
numeric
character.
character
other properties of GaugeBand.
# --- method 'initialize' new("GaugeBand") # --- constructor gaugeBand(alpha = 2, id = "band2") # --- set the 'id' setID(.Object = gaugeBand(), id = "1")
Run the code above in your browser using DataLab