FRBCesab / funbiogeo

:package: R package to help with analyses in functional biogeography
https://frbcesab.github.io/funbiogeo/
GNU General Public License v2.0
10 stars 1 forks source link

Implement fully non-continuous traits #24

Closed Rekyt closed 2 years ago

Rekyt commented 2 years ago

The goal of this PR is to implement the computations with non-continuous traits.

One decision I think we have to make is to decide if we want the CWM functions to output something for non-continuous traits. Should it output the dominant trait value?

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (9f93a95) into main (5346cca) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          379       349   -30     
=========================================
- Hits           379       349   -30     
Impacted Files Coverage Δ
R/fb_format_site_locations.R 100.00% <ø> (ø)
R/fb_get_environment.R 100.00% <ø> (ø)
R/checks.R 100.00% <100.00%> (ø)
R/fb_aggregate_site_data.R 100.00% <100.00%> (ø)
R/fb_cwm.R 100.00% <100.00%> (ø)
R/fb_filter_coverage.R 100.00% <100.00%> (ø)
R/fb_format_site_species.R 100.00% <100.00%> (ø)
R/fb_format_species_traits.R 100.00% <100.00%> (ø)
R/fb_get_coverage.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5346cca...9f93a95. Read the comment docs.