BiologicalRecordsCentre / sparta

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

Fixed inconsistencies in plot_DetectionOverTime() & occDetModel() #233

Closed drnickisaac closed 3 years ago

drnickisaac commented 3 years ago

1) plot_DetectionOverTime() now works with "nolistlength" option. It also now implements the user-defined width of CI, rather than hard-coding 95%. 2) occDetModel() now allows a number of recently added options already present in occDetFunc() and formatOccData(), including closure_period, replicate, criterion and provenance

This PR fixes issues #231 & #232

drnickisaac commented 3 years ago

Thanks Tom.