search for: apiszcz

Displaying 9 results from an estimated 9 matches for "apiszcz".

Did you mean: piszcz
2003 Nov 22
3
1.8.1 behavior change?
In <R 1.8.1 the following fragment worked properly, now (1.8.1) it creates the following warning/error: Any advice appreciated. stt <- data.frame() # load all datasets into a dataframe for (ds in 1:n) { stt[ds] <- as.matrix(read.table(fileList[ds])) } -- > stt <- data.frame() > # load all datasets into a dataframe > for (ds in 1:n) { + stt[ds] <-
2003 Aug 08
2
Comprehesive Package/Library list?
Is there a list of all contributed R libraries available through CRAN? Ideally it would include a one or two line description. I am looking for a packages() command similar to library() but that would access the CRAN repository and provide a listing of the current libraries, and version. example: http://www.cpan.org/modules/01modules.index.html
2004 Mar 26
1
Plot difference between PNG and X11
I am rendering a plot using boxplot, mtext, abline, etc. The X11 view of the plot looks correct. When I change to the png device to: png(filename="bxplot.png",width=640,height=640) I get half of a character label plotted in the lower left corner in the resulting .png file. The character fragment started to appear in png when I started using mtext.
2003 Aug 07
1
abline() plot order
I am performing this sequence barplot title legend abline When abline renders the lines they appare to be in the layer above the bars in the graph. Is there a way to make them render first or 'behind' the bars? Thanks.
2003 Nov 26
0
plotCI : Disabling X axis labels ?
I have my own set of labels for the X axis and typically apply them to other plot modes using: axis(1,at=1:n,labels=xLabels) Where n is the number of character strings in xLabels Is there a parameter to disable plotCI from creating its default labels for the X axis?
2004 Feb 11
1
Comment: R patterns
A number of the threads that occur in this mail list are excellent descriptions of usage patterns with R. Is anyone developing a catalog of these? The recent 'try' thread and many others are examples that may have value as a separate document or to be merged with the package help documentation.
2004 Mar 27
0
par("yaxp") linear versus log tick mark coordinates
As a linear axis I obtain the correct number of intervals for the tick marks. > source("test-lin.r") > par("yaxp") [1] 0 20000 4 However log returns 1? > source("test-log.r") > par("yaxp") [1] 1 10000 1 > I'll use log10(par("yaxp")[2]) for now. I was wondering why '1' is returned instead of 4. Thx.
2004 Dec 19
0
Plotting and Decluttering Text
Goal: adjust overlapping 'text' items in plot so they are legible I have located 'space' as one possible technique for decluttering text positions on a plot. I would rather not jitter the plot point, just the text nearby. Are there other techniques or functions available that declutters a plot using 'text'? Perhaps an arrow or a line to the plot mark could be used to
2004 May 31
1
e1071 build issue
** save image Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) : There is no package called 'class' Using 30 May 2004 developer version of R-1.9.0 trying URL `http://cran.r-project.org/src/contrib/e1071_1.4-0.tar.gz' Content type `application/x-tar' length 325388 bytes opened URL .......... .......... .......... .......... .......... ..........