Displaying 3 results from an estimated 3 matches for "poltting".
Did you mean:
plotting
2008 Mar 06
1
Changing code within a package
I was able 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
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 to a...
2011 Mar 09
0
intamap plot : specifying cutoffs
Hello all,
A question for plotting of intamap results :
Is it possible, and in so, how, to specify the cutoff points for changing colors of plots ?
Using the example :
data(meuse)
meuse$value = log(meuse$zinc)
data(meuse.grid)
coordinates(meuse) = ~x+y
coordinates(meuse.grid) = ~x+y
object = interpolate(meuse,meuse.grid,outputWhat = list(mean = TRUE, variance = TRUE, excprob = 7, excprob = 8,