Function to remove the units from the FLQuants of FLBiol or FLFleetExt objects

setUnitsNA(obj)

Arguments

obj

FLBiol or FLFleetExt object

Value

The same object with the units equal to NA in all the FLQuant slots.

Examples

# NOT RUN {
data(one)

fl <- setUnitsNA(oneBio)
fl <- setUnitsNA(oneFl)
# }