Displaying 3 results from an estimated 3 matches for "testgraph".
2012 Jul 27
1
Working with quantmod chartSeries and plot.zoo
...age in
pdf similar to the attached file. The graphs always display on separate
pages. I've tried layout, which works for quantmod, and par(mfrow=), which
works for regular plots, but neither seem to work for plot.zoo. What is the
right way to do this?
http://r.789695.n4.nabble.com/file/n4638057/TestGraph.pdf TestGraph.pdf
I appreciate your help.
Best,
OTB
--
View this message in context: http://r.789695.n4.nabble.com/Working-with-quantmod-chartSeries-and-plot-zoo-tp4638057.html
Sent from the R help mailing list archive at Nabble.com.
2007 Mar 07
3
Plotting a broken line?
...ike to have
it broken based on the indicator. If the line of the plot reaches the
last observation of indicator=1 then the line needs to stop; the next
line will start at location 22.5 and continue up top 27.3; the next line
goes from 35.1 up to 52.9.
> x<-read.table(file='c:\\aldi\\testgraph.csv',sep=',',header=T)
> x
Location indicator otherinfo
1 1.2 1 2.2
2 2.5 1 2.5
3 3.7 1 2.3
4 20.1 2 4.3
5 22.5 2 5.2
6 25.0 2 3.4
7 27.3 2 2.2...
2011 Jun 23
1
Saved EPS does not match screen when using bquote(.(i))
Here's a fairly minimal-case example in which the saved EPS does not match
the screen. The error comes when using bquote(.(i)) instead of bquote(1), as
demonstrated by the two minimally different cases below. Very strange. Any
clues as to why?
#---------------- begin -------------------
# Version A. X axis labels have subscripts as constants. EPS is correct.
windows()
layout( matrix( 1:2 ,