Displaying 1 result from an estimated 1 matches for "ppmzn".
Did you mean:
ppmu
1999 Mar 05
0
log="xy" fails in plot.default
Hi -
I get the following complaint from R windows 632 on this command
> plot.default(ppmZnSGS+1, ppmZnALS+1, main = "5 Lab Check ppmZn SGS vs ALS",log="xy")
Error: missing value where logical needed
The following doesn't complain
> plot.default(ppmZnSGS+1, ppmZnALS+1, main = "5 Lab Check ppmZn SGS vs ALS",log="")
log="xy" is incl...