Displaying 1 result from an estimated 1 matches for "disptest".
Did you mean:
disktest
2012 Jun 25
1
special simbol (±) in a legend
dear reserachers,
I am looking for a expression about a special symbol (±) in a Legend and
add on front of "Mean ± SD" the symbol of bracket
sorry if the example is not great
disptest <- matrix(rnorm(10),nrow=10)
disptest.means<- rowMeans(disptest)
plot(1:10,disptest.means)
dispersion(1:10,disptest.means,(disptest.means+disptest
),(disptest.means-disptest ),intervals=FALSE,arrow.cap=0.001,arrow.gap=0)
legend("topleft",
legend=c("Mean","Mean +/- SD...