search for: nopause

Displaying 4 results from an estimated 4 matches for "nopause".

Did you mean: dnopause
2000 Jun 29
3
Overal plot title after mfrow and .Rhistory questions.
Hello everyone, I had a few questions that I have not been able to figure out despite a lot of reading. 1) Adding a title to a multiplot figure: If I plot multiple plots with >par(mfrow=c(2,6)) how do I add an overall title to the figure, not the individual plots? 2) Saving histories on the fly: Is there a .Rhistory equivalent to >save.image() ? I would like to be able to save the
2000 Jun 21
1
converting a string to an element in a function call
Hello everyone, I'm trying to write a function that will step through a vector of strings and evaluate the contribution to the R-squared of each in turn. I suspect this is related to the anova(model) call but not quite sure how and anova() is order dependent so I have to step through orders anyhow. The issue is that I pass a vector of strings to the function and want to use it as:
2000 Jul 15
0
seg.fault in eval.c (PR#608)
--/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Hello everyone, verison: 1.0.1 platform: Gnu/linux mandrake 7.1beta I'm running a user function to step through a frame and plot one column against the next. This crashes the program fairly reliably although not on the first try. Here is a log of the session run through gdb. First I launch R, print out the top of the frame and
2000 Jun 29
2
Question on an alternative to ls() and expanded R object types
Hello everyone, This question and associated comments come from a desire for more sanity in my object name space. These ideas may just be a whacky, way too difficult to implement or already possible with existing functions. Would it be possible to improve R's listing ability by adding the capability to list objects by type, creation date, modification date, ancestry and/or user comments?