similar to: More plotting comments

Displaying 20 results from an estimated 7000 matches similar to: "More plotting comments"

2000 May 23
2
Suggestion for comments in data files (i.e. read.table)
I realise that there is an existing system for documenting datasets but what I would like is to be able to whack a few lines of commentary at the top of a file which contains data -- not full documentation but just an outline for myself to remind me of what I was doing or what settings I was using, etc. I was thinking that the read.table() function might be extended to support an option allowing
2001 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
----- Forwarded message from Telford Tendys <telford@triode.net.au> ----- Delivery-Date: Thu Jan 25 22:22:57 2001 Date: Fri, 26 Jan 2001 16:26:27 +1100 From: Telford Tendys <telford@triode.net.au> To: feedback@vorbis.com Subject: Comments on your code User-Agent: Mutt/1.2.5i Dear Vorbis, I didn't even know about ogg or vorbis until I was at a conference and someone said, ``if
2000 Jul 28
2
Using the nls package
I'm a bit confused about the nls package, I'm trying to use it for curve fitting. First off, the documentation for nls says ``see `nlsControl' for the names of the settable control values'' -- this is wrong, it should be nls.control (minor point but had me confused for a moment). Now I'll try something very simple (maybe too simple):
2000 Apr 06
1
MetaPost device?
I would like to know if a MetaPost device is available or in the plans. A search MetaPost in the documents and list archives did not turn up anything. [I would prefer to use MetaPost when the graphics is to be included in a document that I want in both hard-copy and in pdf formats.] If not, how easy/hard is it to add a new device to R? I caouln't see anything about adding devices in the
2000 Apr 06
1
MetaPost device?
I would like to know if a MetaPost device is available or in the plans. A search MetaPost in the documents and list archives did not turn up anything. [I would prefer to use MetaPost when the graphics is to be included in a document that I want in both hard-copy and in pdf formats.] If not, how easy/hard is it to add a new device to R? I caouln't see anything about adding devices in the
2000 Sep 14
3
classed
For a long time now I've been using a function: classed <- function (x, cls) { class(x) <- cls x } as a utility at the end other functions to set the class of an object and return the object. I've noticed examples where others have been doing a similar thing and I think it would be a useful addition to R base (unless there is already something there to do this - it
2006 Jun 20
1
An application's icon raise "Invalid ico file format" during setup
Hi! Installing an application of mine under Wine 0.9.15, the application icon doesn't appear in the desktop and in the Wine -> Programs -> <application> menu because diring the setup I get the following error: --- err:menubuilder:ExtractFromICO Invalid ico file format err:menubuilder:InvokeShellLinker failed to fork and exec winshelllink --- The icon is obviously ok under
2001 Dec 07
2
Latex Question
Here is how to print graphs for inclusion in Latex. First make sure you've got the graph you want. Do this by repeating and editing the command to make the graph, in the usual way. (Yes, I know Miktex is good, but it isn't as good as Emacs with ESS, although I admit that I could never configure Emacs properly on Windows - which was reason #23.5 for giving up Windows.) Second, say
1999 Nov 12
1
Wanted: online Introduction to R
As a complete newcomer I am attempting to learn to use R, but am finding it extremely difficult because I have not yet found an "Introduction to R". For over a week now I have monitored the R-help list, studied the R-FAQ and related documents, downloaded and run the Windows R and looked at the Help, downloaded early and late samples of the R-help archives, and searched for illuminating
1999 Dec 27
1
Anything for fractals ?
Hallo, I am a newbie to R and desperatley seeking some material about fractal geometry. I found the great library on wavelet analysis of images and I'm now also keen on finding a similar package for calculating fractal parameters for given images. Does anybody know something about such a package? Every hint is greatly appreciated!! I searched already the database, but did not find anything
2009 May 13
3
Comments on draft TipsAndTricks/InstallWebminRepo page
Apropos http://wiki.centos.org/TipsAndTricks/InstallWebminRepo Suggested changes (mostly nit-picky :-) ... -------------------------------------------------------------------- Change: Webmin is a web-based interface ... to: [http://www.webmin.com/index.html WebMin] is a web-based interface ... -------------------------------------------------------------------- Change: When you install
2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
Hey everyone, I have a series of thumbnails that have a loading overlay placed over them when they''re clicked on. The overlay is set to an opacity of .7.. .The onclick code looks basically does this: var loading = document.createElement(''div''); loading.id = ''loading_image''; $(loading).addClassName(''thumb_loading'');
2001 Mar 19
3
generic database access methods
I've been putting together a package that defined generic methods for database access. The packages is called "Rdbi." It borrows as much as possible from existing database packages / proposals. I'd like to start a discussion about the proposed interface. Here's what I've come up with so far: # # Rdbi: connectionMethods.R # dbConnect <- function(dbObj, ...)
2001 Jul 10
1
Object finalization
I see some code in R to attach finalizers to external pointer references (Register[C]Finalizer). Anyone have an example of how to code the finalizer? R_RegisterCFinalizer accepts a C function, but I can't see how to get it to operate on the pointer, since the pointer is not passed to the function when its called. RegisterFinalizer takes an R closure, but how is it called from R (tried
2001 Mar 19
4
Oggenc & stdin
I haven't seen this in the options, and have been unsuccessful in trying it... Is there any way to set oggenc to accept data (file) input from stdin? basically do a raw PCM stream from CDParanoia -> oggenc without an intermediary file. Thanks! --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send
2002 Jan 29
3
dimnames usage in ts (PR#1288)
Full_Name: Tim Keitt Version: 1.4 OS: Linux Submission from: (NULL) (129.49.19.70) I think this code in 'ts' is incorrect: if (is.matrix(data) || is.data.frame(data)) { nseries <- ncol(data) ndata <- nrow(data) dimnames(data) <- list(NULL, names) } since > x <- data.frame(matrix(rnorm(100),ncol=10)) > names(x) [1] "X1"
2004 Apr 13
1
postscript image problem (PR#6763)
Full_Name: Jonathan Lees Version: 1.8.1 OS: GNU/Linux 2.4.20-20.8smp #1 SMP Submission from: (NULL) (152.2.75.114) I am having trouble with the postscript output of images. They have lines on them that are not supposed to be there. I have noticed this on numerous trials of printing various images. I looked at the postscript and I see that it appears to plot each individual block - so perhaps
1997 May 23
0
R-alpha: apropos() available
Martin and I have `written' a function apropos() for finding all objects with names matching pattern. I attach code and documentation. Perhaps one could include it in the distribution proper. We are not sure about returning the position in the search list along with the matching names found. Martin thinks it should be on by default, I think it should be off so that the functions does the
1998 Oct 16
0
Reisegutschein - Angebot der Woche
apropos reisen Urlaub ganz in Ihrer N=E4he !! Holen Sie sich Ihren Reisegutschein http://apopos.at/Gutschein/ Unser Angebot der Woche http://apropos.at/Angebot/angebot.htm apropos... Ihr Spezialist f=FCr ------------------------------------------------------ apropos... KUBA Total 1998/1999, apropos... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos...
1998 Oct 16
0
Reisegutschein - Angebot der Woche
apropos reisen Urlaub ganz in Ihrer N=E4he !! Holen Sie sich Ihren Reisegutschein http://apopos.at/Gutschein/ Unser Angebot der Woche http://apropos.at/Angebot/angebot.htm apropos... Ihr Spezialist f=FCr ------------------------------------------------------ apropos... KUBA Total 1998/1999, apropos... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos...