Displaying 8 results from an estimated 8 matches for "plot2script".
2010 Feb 09
1
Formula used to create new plot
Dear list users,
I was wondering if there is any way to know, for an open graphical peripheric, the instruction that was used to call it. For example, if I create a plot using
plot(runif(10))
is there any way to have the call returned to me? That would be especially usefull to know it there are any log axes, for example
thanks
t
---------------------------------------
Timothée POISOT
-
2007 Apr 23
1
colored shading lines
Hi all,
it there any possibility to draw colored shading lines of a polygon plot?
E.g.
plot(polygon_object,col="red",density=10,angle=45)
produces only black shading lines within the polygon.
With many thanks for any hint
Albrecht
2007 Nov 21
2
Changing axis scale
Hello R users,
Is it possible after making a plot(x,y) to change axis scale?
For example : I have a range of 0 to 3000 in my y-axis and I want to make a
zoom between 2000 and 3000.
Thanks for any help.
--
View this message in context: http://www.nabble.com/Changing-axis-scale-tf4850633.html#a13878705
Sent from the R help mailing list archive at Nabble.com.
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
Hello
I have a data set that looks like this;
> b2
dato chr status PRRSvac
PRRSsanVac PRRSsanDk PRRSdk
33 2007-12-03 090432 R?d SPF
34 2007-02-09 090432 R?d SPF+sanDK
35 2002-12-17 090432 R?d SPF+DK
36 2002-11-27 090432 R?d SPF+sanDK
37 2002-07-23
2011 Jul 11
4
Save generic plot to file (before rendering to device)
I am looking for a way to save a plot (graphics contents) to a file after the
plot has been calculated but before it has been rendered. More specifically,
assume that I made a plot that took a very long time to produce, I would
like to save this plot to a generic file that I can later, on a different
machine, render to either PDF, PNG, SVG using the usual R graphics devices,
without recalculating
2011 Jul 11
4
Save generic plot to file (before rendering to device)
I am looking for a way to save a plot (graphics contents) to a file after the
plot has been calculated but before it has been rendered. More specifically,
assume that I made a plot that took a very long time to produce, I would
like to save this plot to a generic file that I can later, on a different
machine, render to either PDF, PNG, SVG using the usual R graphics devices,
without recalculating
2008 Jul 30
5
History pruning
Hi,
I find that a typical workflow for me looks something like this:
1) import some data from files
2) mess around with the data for a while
3) mess around with plotting for a while
4) get a plot or analysis that looks good
5) go back through my history to make a list of the shortest command
sequence to recreate the plot or analysis
6) send out that sequence to colleagues, along with the
2007 Nov 23
0
R users in Cyprus
...esting the next graph to make, then you should rerun the graphics
command setting the xlim or ylim parameters to what you want (and in my
opinion any plot command more than 1 line long (and even some 1 liners)
should be copied into a script window/file so that it is easy to edit
and rerun them (the plot2script function in TeachingDemos (another
kludge) or the history function in base (better) can help create the
script)).
Hope this helps,
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at intermountainmail.org
(801) 408-8111
> -----Original Message-----...