Displaying 1 result from an estimated 1 matches for "histbreaks".
2011 Mar 29
3
passing arguments via "..."
...ment
hist(xprocess,...)
}
}
But, those of you who know R better than I do have already spotted that
"is.null(breaks)" just won't work. Neither does "exists" or "missing".
I can think of ways to do this involving new arguments with new names --
like "histbreaks" or something -- but that seems inelegant.
Is there a way to do what I am trying to do here?
Thanks.