Skip to content

chart_Series with knitr markdown

3 messages · G See, Nick

#
Hi Nick,

Thanks for the suggestion.  Unfortunately it doesn't help.  The
problem seems to occur when new.replot() is called after chartSeries()
(NO underscore)

Here is a new RPub to demostrate the same issue.

http://rpubs.com/gsee/chart_Series_knit2

And the markdown for that is:

Zeroing in on chart_Series issue
========================================================

```{r message=FALSE}
library(quantmod)
getSymbols("SPY", src='yahoo')
```
This looks fine
----

```{r figwidth=7, fig.height=6}
chartSeries(SPY)
```

This looks wrong
----

```{r}
cs <- new.replot()
```


Garrett
On Sun, Nov 25, 2012 at 2:53 PM, Nick White <n-e-w at qtradr.net> wrote: