nanRep {blockmodeling} | R Documentation |
Replaces NaN values by the speficied values (0 by default)
nanRep(x, rep = 0)
x |
A vector or similar where the NaNs are to be replaced. |
rep |
A value that should replace the NaNs (0 by default). |
x with NaNs replaced by rep.
Aleš Žiberna