Learn R Programming

madrat (version 3.15.6)

toolConditionalReplace: toolConditionalReplace

Description

Sets values (NA, negative, ..) to value replaceby

Usage

toolConditionalReplace(x, conditions, replaceby = 0)

Value

return changed input data

Arguments

x

magpie object

conditions

vector of conditions for values, that should be removed e.g. "is.na()", "< 0" (order matters)

replaceby

value which should be used instead (can be a vector of same length as conditions as well)

Author

Kristine Karstens