On 12/03/17 11:11, Mohammad Tanvir Ahamed wrote:
Thanks for reply.
as I said , the function in the package is like
myplot <- function(x,y) { plot(x,y) }

not like
myplot <- function(x,y) { plot(x,y,...) }

And I cant change the function inside the package!!

So , in this case how to solve the problem ?

As the problem is stated, you cannot solve it.

Depending on circumstances, there are various approaches that you could take. One would be to get the package source, edit the "myplot" function so that it has a "..." argument, and then install the edited version.

Since we don't know your circumstances, nor what it is that you really need to accomplish (your description of the problem is very vague), it is difficult to make suggestions.

cheers,

Rolf Turner

--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to