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