Help resolve this error in the R script

abio <- abio_dados[,-1]
> decostand(abio, "standard")->abio.trans
> rda(spe.hel, abio.trans, scan = FALSE)->rda.res
Error in terms.formula(object, data = data) : 
  '.' na fórmula e nenhum argumento 'data'

Are you missing the first argument, the data that you are using?

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.