Displaying 1 result from an estimated 1 matches for "saguinus".
Did you mean:
sabrinus
2023 Feb 15
0
Question about italics in legendg() - plotrix
...that you haven't written or haven't
seen for a while. Here is an example showing how to change the font using
par():
library(plotrix)
plot(0,type="n",xlim=c(0,1),ylim=c(-1,0))
par(font=3)
legendg(0.115,-0.055,legend=c("Pan troglodytes","Macaca mulatta",
"Saguinus oedipus","Lemur catta","Galago senegalensis"),
pch=list(c(15,0),c(16,1),c(17,2),c(18,5),c(19,10)),
col=list(c("royalblue","skyblue1"),
c("chocolate","gold"),c("deeppink","lightpink"),
c("black","g...