Johnson, Cedrick W. wrote:
That worked. Stupid me forgot that I had the stock ticker 'F' assigned
in my workspace.
Well.. guess I'll hit myself with a 2x4 now.. Thanks for your help guys..
No, don't do that. Instead, calculate how much time you saved by typing
'F' instead
of 'FALSE' and how
That worked. Stupid me forgot that I had the stock ticker 'F' assigned
in my workspace.
Well.. guess I'll hit myself with a 2x4 now.. Thanks for your help guys..
-c
On 07/28/2010 12:37 PM, Ben Bolker wrote:
Johnson, Cedrick W. cedrickjohnson.com> writes:
Howdy. Been running into a bit o
Cedrick
I used this script to produce a simple chart with no axes:
series2 = c(1:50)
series1 = rep(25:74)
plot(series1, series2, main="Woo", col="red", xlab="", ylab="", axes=F,
type="l")
Works fine on Windows XP using R 2.11.1.
--
View this message in context:
http://r.789695.n4.n
Johnson, Cedrick W. cedrickjohnson.com> writes:
>
> Howdy. Been running into a bit of trouble with plotting. Seems that
> axes=F is not "working". Whenever I plot (either a dataframe or xts/zoo
> series) and I set axes=F along with xlab/ylab="" I still get the default
> axes printed in my cha
Howdy. Been running into a bit of trouble with plotting. Seems that
axes=F is not "working". Whenever I plot (either a dataframe or xts/zoo
series) and I set axes=F along with xlab/ylab="" I still get the default
axes printed in my chart. Consider this:
#Create some sample data, both 50 units
5 matches
Mail list logo