Displaying 2 results from an estimated 2 matches for "pteridium".
Did you mean:
presidium
2009 Feb 14
2
superscript
Dear R-users.
I'm struggeling to fix the superscript of a label of a figure axis. For some reason R doesn't recognize the "hat" symbol.
plot(1,1,xlab="ligth intensity (PAR)",ylab=expression("mass Pteridium rhizomes" (gr/0.25m^2)))
A very similiar scriptline does not give any problem at all:
plot(1,1,xlab=expression("balsa plot basal area" (m^2/ha)),ylab="light intensity (PAR)")
Someone?
_________________________________________________________________
s. It's...
2013 Mar 15
1
merge two matrices
Dear R-help members
I would be grateful if anyone could help me with the following problem: I would like to combine two matrices (SCH_15 and SCH_16, they are attached) which have a species presence/absence x sampling plot structure. The aim would be to have in the end only one matrix which shows all existing species and their presence/absence on all the different plots(an_1, an_2 etc.)
To do