Displaying 1 result from an estimated 1 matches for "aphelenchoid".
Did you mean:
aphelenchoides
2010 Mar 08
1
(box-) plot annotation: italic within paste?
...he genus name in italic. However all my attempts
using expression and substitute failed.
Does anybody know a solution?
Thanks a lot in advance. bernd
Acrobeles <-c(65.1,0.0,0.0,0.0,0.0,0.0)
Acrobeloides <-c(0.0,9.8,76.7,51.1,93.9,43.9)
Alaimus <-c(0.0,4.9,0.0,0.0,0.0,6.3)
Aphelenchoides <-c(126.5,29.3,76.7,134.1,176.7,87.9)
x<-data.frame(Acrobeles,Acrobeloides,Alaimus,Aphelenchoides)
predictor <- colnames(x)
ylabel <-"Numerical abundance"
mainlabel1 <-"Boxplot for"
mainlabel2 <-"sp."
cexalabel <-1.8 # axis label
cex...