You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run SiteXSpec() on an object /group combination for which there is no data, you get the following error: Error in e2[[j]] : subscript out of bounds.
This should be altered to give a SiteXSpec matrix with all plots listed, no species, but a Total column with all zeroes, assuming Total=TRUE
The text was updated successfully, but these errors were encountered:
This can be done by adding a check after line 106 to see if XPlants has any rows, and if not creating the desired outcome. If the species argument is not NA then columns can be created for each requested species.
If you run
SiteXSpec()
on an object /group combination for which there is no data, you get the following error:Error in e2[[j]] : subscript out of bounds
.This should be altered to give a SiteXSpec matrix with all plots listed, no species, but a
Total
column with all zeroes, assumingTotal=TRUE
The text was updated successfully, but these errors were encountered: