Displaying 1 result from an estimated 1 matches for "lightpt".
Did you mean:
lightpd
2013 Jun 20
0
Produce HTML reference in knitr using rmd
...ion like I
did for graph 1.
But in a loop, I am struggling to reference them. I'm not sure where to
start, I took a look to option like fig.path and check a lot of post in the
forum, but I haven't been able to figure it out.
<p style="font-size:16px; text-align:center">
Lightpt <#location1> Lightb <#location2> LightbT <#location3>
Graph 4 <#location4>
</p>
graph 1
```{r, include=FALSE}
plot <- function(cCode, model = "y", years = 3) {
CairoPNG(paste(cCode, ".png", sep = ""), width=60...