<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
I was doing this:<br>
<br>
chart.Posn(Portfolio='cir',Symbol=stock.str)<br>
<br>
out of the Bbands demo but I don't like candlesticks so I was after
0HLC or a line.<br>
<br>
<br>
<div class="moz-signature">Stephen Choularton Ph.D., FIoD<br>
<br>
9999 2226<br>
0413 545 182<br>
<br>
<img src="cid:part1.00070303.09030004@organicfoodmarkets.com.au"
alt="" align="" border="0">
<img src="cid:part2.02080808.04060902@organicfoodmarkets.com.au"
alt="" width="200" align="" border="0" height="125"><br>
for insurance go to <a href="http://www.netinsure.com.au">www.netinsure.com.au</a><br>
for markets go to <a href="http://www.organicfoodmarkets.com.au">www.organicfoodmarkets.com.au</a><br>
for equipment go to <a
href="http://www.organicfoodmarkets.com.au/equipment">www.organicfoodmarkets.com.au/equipment</a><br>
</div>
<br>
On 20/04/2011 9:01 PM, Brian G. Peterson wrote:
<blockquote cite="mid:1303297314.2761.41.camel@brian-desktop"
type="cite">
<pre wrap="">On Wed, 2011-04-20 at 20:41 +1000, Stephen Choularton wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Where can I find the options for type in:
chart_Series(
</pre>
</blockquote>
<pre wrap=""><...>
Stephen,
chart_Series (and the older chartSeries) is (are) not plot()
They are basically optimized *only* to be a line chart of xts time
series data (or such data coercible to xts).
add_TA (and the older addTA) can do some additional things, like doing
points, vertical bars, or symbols on top of the chart or in additional
chart panes.
chart_Series and add_TA do *not* currently have a generalized bar plot
method, and were never intended to do non-time-series things like
boxplots. R core or more finance-oriented alternatives in the chart.*
functions in PerformanceAnalytics may be more what you're looking for in
this case.
What are you trying to do, specifically?
Regards,
- Brian
</pre>
</blockquote>
</body>
</html>