Closed martino165 closed 8 years ago
.plotFit error due to NA values in pars causing all aeid concentration response plotting routines to error out if newer versions of R are being used. Most likely interpretation of nchar(NA) needs to be converted to nchar("NA")
.plotFit
NA
nchar(NA)
nchar("NA")
This is definitely related to #2. Other instances of NA need to be escaped in quotes.
Closed by #10
.plotFit
error due toNA
values in pars causing all aeid concentration response plotting routines to error out if newer versions of R are being used. Most likely interpretation ofnchar(NA)
needs to be converted tonchar("NA")