Axes=F and plotting dual y axes
Johnson, Cedrick W. <cedrick <at> 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 chart.
A quick guess: what happens if you try axes=FALSE instead? (i.e., have you assigned 'F' a value in your workspace?)