search for: pcectpi

Displaying 1 result from an estimated 1 matches for "pcectpi".

2011 Jan 03
4
using "plot" with time series object - "axes = FALSE" option does not appear to work
...ot;axes = FALSE", followed by the command "axis(side = 4, ylim = c(max(seriesname), min(seriesname))". Here is what I believe should be a smaller reproducible example of my issue: #----------------------------------------------------------------- library(quantmod) getSymbols('PCECTPI', src='FRED') is.xts(PCECTPI) # check the type of object - response is 'TRUE' plot(PCECTPI) # This works fine. plot(PCECTPI, axes = FALSE) # This works in that it gives me a plot, but I get the axes regardless of the use of "axes = FALSE". #------------------...