[R] how to mimic plot=F for truehist?

Vladimir Eremeev wl2776 at gmail.com
Fri May 25 12:12:01 CEST 2007


By defining your own function.
You can get the function body by typing its name in the R command line and
pressing Enter.

Copy-paste the function body in ascii file (source R code), redefine it as
you like, for example, by adding desired argument and code for processing
it, then source that file and use your customized function.


Johannes Graumann-2 wrote:
> 
> Dear Rologists,
> 
> In order to combine plots I need to get access to the some "par"s specific
> to my plot prior to replot it with modified parameters. I have not found
> any option like "plot=F" associated with truehist and would like to know
> whether someone can point out how to overcome this problem.
> 
> 

-- 
View this message in context: http://www.nabble.com/how-to-mimic-plot%3DF-for-truehist--tf3815196.html#a10800310
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list