search for: polt

Displaying 3 results from an estimated 3 matches for "polt".

Did you mean: poll
2008 Mar 06
1
Changing code within a package
...to hack the code in the polspline package in order to change the plot.polymars function so that I can set the limits of my y-axis. However, I was only able to do this by entering plot.polymars in R, copying the code to Word, changing what I needed, and then pasting the new code in R to redefine the polt.polymars function. I was able to successfully change the function, but now I would like to be able to insert this changed code into the polspline package so that I can use it with python. Is there any easy way to just copy and paste my hacked code in or do I need to go through a more complicated...
2007 Sep 07
1
plotting to stdout
I have found two prior instances of this question in R-help, but I can't find the answer, and I'm giving up on mindless tinkering. http://tolstoy.newcastle.edu.au/R/help/03a/5994.html https://stat.ethz.ch/pipermail/r-help/2004-December/062259.html I must be able to pipe the poltting commands to stdin and receive the plot on stdout, with errors written to stderr, should any occur. Here's what I tried: file test.r: ~~~~~~~~~~~~~~~~~~~~~~~~~~ postscript(stdout()) plot(0) ~~~~~~~~~~~~~~~~~~~~~~~~~~ This command: cat test.r | r --vanilla --slave writes the output...
2011 Mar 09
0
intamap plot : specifying cutoffs
...ject = interpolate(meuse,meuse.grid,outputWhat = list(mean = TRUE, variance = TRUE, excprob = 7, excprob = 8, quantile = 0.9, quantile = 0.95),methodName = "automap") plot(object) What arguments can I pass to plot(object) to modify the default cutoffs that define the color changes on the polts ? I have tried the 'at' and 'cuts' arguments but to no avail. Thanks very much for your help. ATTENTION : ARVALIS La Minière a déménagé. Merci de prendre note de mes nouvelles coordonnées : David Gouache ARVALIS - Institut du Végétal Service Génétique Physiologie et Protection d...