BiologicalRecordsCentre / sparta

Species Presence/Absence R Trends Analyses
http://biologicalrecordscentre.github.io/sparta/index.html
MIT License
21 stars 24 forks source link

Plot and Head for frescalo object #8

Closed BiologicalRecordsCentre closed 11 years ago

BiologicalRecordsCentre commented 11 years ago

When Plot=FALSE, no lm_stats file is currently produced. This will cause errors when using plot(frescalo) and head(frescalo). First step is to make these class specific functions work in both scenarios (lm_stats present/absence). Secondly we want lm_stats to be produced whether plotting or not. At the moment the two are entwined and this will take a while for me to separate out.

BiologicalRecordsCentre commented 11 years ago

frescalo and the frescalo methods now work when Plot_Fres=FALSE and lm_stats is absent [this will be pushed to GitHub in v.0.0.8]

AugustT commented 11 years ago

lm_stats is now produced independently of whether maps are plotted