| transform {FLCore} | R Documentation |
Modification of individual elements of a complex FLR object can be carried out using
transform. A series of named arguments, corresponding to the slots to modify
can be provided to the method. Existing slots can be referred simply by its name on the
right handside on the argument expressions (see example below).
transform(_data, ...)
FLComp-classThe FLR Team
data(ple4) ple4 <- transform(ple4, m.spwn=m.spwn+0.2) m.spwn(ple4)