dbRDA plot vector error

Hello. I am in the problem with dbRDA plot error(R 3.5.2).

I am trying to draw dbrda plot with microbial data and environmental data through 'hellinger' and "dist=bray".

In environmental data, there are seven parameters but in the plot, there are only four parameters.

The below information is about microbial data frame (=vasc.hell)
microbe1 microbe2 microbe3 microbe4 ......
ST1 0.5 0.8 0.2 0
ST2 0 0.1 0 0.3
ST3 0.2 0.1 0.05 0.1
ST4 ...
ST5

Below information is about environmental data frame(7 parameters).(=chem)
Latitue Salinity Temperature Silicate DIN Phosphate Chl-aST3
ST1
ST2
ST3
ST4

vare.cap <- dbrda(vasc.hell ~., chem, dist="bray")
plot(vare.cap)

In console, there is no error.
When I changed the parameters' sequence, it also draw only four parameters.
How can I draw dbrda plot with all vectors??

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.