r - Italicizing labels using ordipointlabel function in vegan package -


i'm trying figure out how produce italicized labels using ordipointlabel() function vegan package in r. points represent species i'd scientific names in italics. assistance appreciated.

example code:

ordipointlabel(sp.mds, display="species", col = "black", pch=25, cex=1) 

what missing here?

add "font=3" plot code.

ordipointlabel(sp.mds, display="species", col = "black", pch=25, cex=1, font=3)


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -