replaceInDataFrame {conquestr} | R Documentation |
iterate through a data frame and use replaceInVector
replaceInDataFrame(d, r, x)
d |
A DataFrame. |
r |
A double - the value to be replaced if it is < -1e300. |
x |
A double - the value to replace r with. |