Difference between revisions of "Software tutorial"

From Statistics for Engineering
Jump to navigation Jump to search
m
m
Line 46: Line 46:




<!-- == Need some more help? ==
<!--  
* Tutorial on removing white space around figures
* Add tutorial on drawing lines (cf the "line" vs "lines" function)
* Add tutorial on font sizes for plots, axis labels, and category labels (bar plot).  See univariate/code/histogram-children-by-gender.R
* Adding formula to labels: main=(expression(""*mu*"=0"))
* Add tutorial from: https://servera/knol/index.php/R_tips
 
yahoo2 <- yahoo[ yahoo$date >= as.Date('2008-01-01'), ]
plot(x=yahoo2$date, y=yahoo2$close,  main='YHOO stock close', xlab='date', ylab='close ($)')
plot.ts function
 
 
 
 
 
== Need some more help? ==


{| class="wikitable"
{| class="wikitable"

Revision as of 18:45, 9 March 2013