You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since "am" is the actual parameter being passed into jitter, an R {base} function, which is being partially matched on the formal parameter "amount", can't we simply change
stats.vcj<-jitter(stats.vc, am=ammt)
to
stats.vcj<-jitter(stats.vc, ammount=ammt)
with zero impact on other code and the public interface?
Part of what's frustrating is that that particular statement doesn't get used by any of our function's computations. It's now inconsequential legacy code that I've been too timid to take out.
I think I'm going to address this issue in our next major release (1.3, presumably), and keep a pretty conservative list of changes for the 1.2 release.
For example:
source: https://github.com/briandk/granovaGG/blob/dev/R/granovagg.1w.R#L244
The text was updated successfully, but these errors were encountered: