Update a Graphics Symbol Map.
This command updates the object
using the
arguments given.
## S3 method for class 'symbolmap' update(object, ...)
object |
Graphics symbol map (object of class |
... |
Additional or replacement arguments to |
This is a method for the generic function update
for the class "symbolmap"
of graphics symbol maps.
It updates the object
using the parameters given in the
extra arguments ...
.
The extra arguments must be given in
the form name=value
and must be recognisable to
symbolmap
. They override any parameters
of the same name in object
.
Another object of class "symbolmap"
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
, Rolf Turner r.turner@auckland.ac.nz
and Ege Rubak rubak@math.aau.dk.
symbolmap
to create a graphics symbol map.
g <- symbolmap(size=function(x) x/50) g update(g, range=c(0,1)) update(g, size=42) update(g, shape="squares", range=c(0,1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.