Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi useRs, in the following graphic... http://www.survey4all.org/tmp/with_margin.png I drawed a function and added two axes afterwards with "axis". I could not find a way to erase the margin between the axes and the...
does e.g. x <- c(8,5,4,2) cumsum(x) / 1:length(x) do what you need? Albert Am Mittwoch, den 21.05.2008, 20:36 -0500 schrieb Jacques Wagnor: > Dear List, > > Does there exist a function that calculates...
does > x[!x == remove.value] do what you need? [1] 2 6 9 10 regards, Albert Am Dienstag, den 18.03.2008, 05:21 -0700 schrieb Josh Roofchop: > This should be an easy one, but I haven't been able...
z[z > 1] regards, Albert Am Donnerstag, den 24.01.2008, 10:54 -0300 schrieb Juan Pablo Fededa: > Dear Contributors: > > I have the next vector: > > "Z" > > z = (526, 0.1, 110, 0.2, 34, 0.4, 614, 0.5, 1...
Am Montag, den 17.12.2007, 21:22 +0100 schrieb Scionforbai: > > My question: is there a way to add axes the usual way (as tried for the > > first graphic), but to erase the margin, so that the axes start at...
try: aggregate(d[,2:3], by=list(d$foo), FUN=sum) cheers, Albert Am Dienstag, den 18.03.2008, 11:41 +0100 schrieb Hans Ekbrand: > Consider the following data.frame, d. > > d <- data.frame(c("a","b","c","d","b...
try is.na() regards, Albert Am Freitag, den 04.07.2008, 08:29 +0200 schrieb Keld J?rn Simonsen: > Hi > > I would like to sum a number of time series, some of them having NA's > > Standard action is here...
yes, that's it, thank's a lot to all respondents! Am Montag, den 17.12.2007, 18:12 -0500 schrieb Duncan Murdoch: > On 17/12/2007 4:19 PM, Albert Greinoecker wrote: > > Am Montag, den 17.12.2007, 21...
Hi Michael, a solution would be not to draw axes directly, but afterwards with the axis-command: plot(length, col=color, axes=F) axis(2,at=<your_positions>, labels=<your_labels>, cex.axis=0.6, las=1); # left axis axis...
Can't find what you're looking for? Try searching with Google .