search for: winter_allyears

Displaying 2 results from an estimated 2 matches for "winter_allyears".

2010 Apr 29
1
Sweave question
...estimates.} \label{figure:ggplot1} \end{figure} The graphic doesn't get displayed but gets printed on the document but the code below shows the graphic.......how can I hide it?? \begin{figure}[h] <<figA=true,echo=F,fig=T,results=hide>>= library(ggplot2) winter <- read.csv("Winter_AllYears.csv") wintermelt <- melt(winter,id="week") print(ggplot(wintermelt,aes(week,value/1000)) + geom_line(aes(colour=variable))+ opts(legend.position="none") + facet_wrap(~variable,ncol=2) + opts(title="Winter") + labs(y="Number of fish X 1,000",x="WE...
2010 Apr 28
0
results=hide?
...estimates.} \label{figure:ggplot1} \end{figure} The graphic doesn't get displayed but gets printed on the document but the code below shows the graphic.......how can I hide it?? \begin{figure}[h] <<figA=true,echo=F,fig=T,results=hide>>= library(ggplot2) winter <- read.csv("Winter_AllYears.csv") wintermelt <- melt(winter,id="week") print(ggplot(wintermelt,aes(week,value/1000)) + geom_line(aes(colour=variable))+ opts(legend.position="none") + facet_wrap(~variable,ncol=2) + opts(title="Winter") + labs(y="Number of fish X 1,000",x="WE...