setUnitsNA.RdFunction to remove the units from the FLQuants of FLBiol or FLFleetExt objects
setUnitsNA(obj)
| obj | FLBiol or FLFleetExt object |
|---|
The same object with the units equal to NA in all the FLQuant slots.
# NOT RUN { data(one) fl <- setUnitsNA(oneBio) fl <- setUnitsNA(oneFl) # }