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

2007-05-25 Thread Vladimir Eremeev

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.

__
R-help@stat.math.ethz.ch mailing list
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.


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

2007-05-25 Thread Johannes Graumann
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.

Thanks, Joh

__
R-help@stat.math.ethz.ch mailing list
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.