TRUE == \"TRUE\" is TRUE in R?=== in R?Update:
<
In addition to
TRUE == "TRUE"
these are also true:
But what is more interesing is what if() checks: it checks non-false; in fact this plots!:
if(4.0) plot(1)
I think the only values that dont trigger if() are 0, F, FALSE and "FALSE" they seem defined as exactly 0.