replaceInVector {conquestr} | R Documentation |
replace a very large neagtive number with something - usually NA_REAL
replaceInVector(v, r, x)
v |
A NumericVector. |
r |
A double - the value to be replaced if it is < -1e300. |
x |
A double - the value to repalce r with. |