search for: pi_0

Displaying 1 result from an estimated 1 matches for "pi_0".

Did you mean: p_0
2011 Jun 07
2
Line Graphs
...Graph autos using y axis that ranges from 0 to max # value in cars or trucks vector. Turn off axes and # annotations (axis labels) so we can specify them ourself plot(B, type="o", pch = 0, lty=1,col="blue", ylim=g_range, axes=FALSE, ann=FALSE) # Make x axis using the values of pi_0 labels # axis(1, at=1:10, lab=c("0.1","0.2","0.3","0.4","0.5","0.6","0.7","0.8","0.9","1.0")) # Make y axis with horizontal labels that display ticks at del = seq(0.1,1, 0.1) axis(2, at=del, lab=c(...