<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<FONT COLOR="#000000">Hi Josh, Paulo:</FONT><BR>
<BR>
<FONT COLOR="#000000">Thanks for the responses. Adding the TA=NULL worked as advertised. I had used the normal plot() function prior to this and wanted to try out the quantmod charting function as it seemed to encapsulate some of the settings related to the graphics. I am still new to R graphics and at times using par() can be cumbersome, which is why I thought perhaps chartSeries would enable me to cheat a little bit.</FONT><BR>
<BR>
<FONT COLOR="#000000">Thanks,</FONT><BR>
<FONT COLOR="#000000">Brian</FONT><BR>
<BR>
<BR>
----- Original message ----- <BR>
Sent: 2008/11/15 21:35:23 <BR>
Subject: Re:Re: [R-SIG-Finance] Using quantmod chartSeries for FRED data <BR>
<BR>
Hi Brian, <BR>
<BR>
The chartSeries documentation says that it's a &quot;charting tool to <BR>
create standard financial charts given a time series like object. <BR>
Serves as the base function for future technical analysis additions.&quot; <BR>
<BR>
In other words, chartSeries is designed to chart data from stock <BR>
markets, futures markets, currency markets, etc. Paulo's suggestion <BR>
works and you could also use the standard xts/zoo plotting <BR>
functionality. <BR>
<BR>
&gt; plot(Delt(M1)) <BR>
&gt; plot.zoo(Delt(M1)) <BR>
<BR>
Best, <BR>
Josh <BR>
-- <BR>
http://quantemplation.blogspot.com <BR>
<BR>
<BR>
<BR>
On Sat, Nov 15, 2008 at 5:39 PM, Brian Lee Yung Rowe wrote: <BR>
&gt; Hello, <BR>
&gt; <BR>
&gt; I am using quantmod to download FRED data and would like to view the series <BR>
&gt; using the chartSeries function, but I am getting an error. <BR>
&gt; <BR>
&gt;&gt; getSymbols('M1', src='FRED') <BR>
&gt;&gt; class(M1) <BR>
&gt; [1] &quot;xts&quot; &quot;zoo&quot; <BR>
&gt;&gt; chartSeries(Delt(M1), type='line') <BR>
&gt; Error in sum(poss.new) : invalid 'type' (list) of argument <BR>
&gt;&gt; chartSeries(Delt(M1)) <BR>
&gt; Error in sum(poss.new) : invalid 'type' (list) of argument <BR>
&gt; <BR>
&gt; Based on the documentation it seems that this data should be supported: <BR>
&gt; &quot;Courtesy of as.xts it can handle any object that is time-series like, <BR>
&gt; meaning R objects of class xts, zoo, timeSeries, its, ts, irts, and more!&quot; <BR>
&gt; <BR>
&gt; According to ?quantmod, I am using: <BR>
&gt; Version: 0.3-6 <BR>
&gt; Revision: 433 <BR>
&gt; Date: 2007-06-09 <BR>
&gt; <BR>
&gt; <BR>
&gt; Is this functionality supported or am I missing something? <BR>
&gt; <BR>
&gt; Thanks, <BR>
&gt; Brian <BR>
&gt; _______________________________________________ <BR>
&gt; R-SIG-Finance@stat.math.ethz.ch mailing list <BR>
&gt; https://stat.ethz.ch/mailman/listinfo/r-sig-finance <BR>
&gt; -- Subscriber-posting only. <BR>
&gt; -- If you want to post, subscribe first. <BR>
&gt; 
</BODY>
</HTML>