ncss-tech / aqp

Algorithms for Quantitative Pedology
http://ncss-tech.github.io/aqp/
54 stars 15 forks source link

`slab()`: weighted variant of categorical method #269

Open brownag opened 1 year ago

brownag commented 1 year ago

Develop weighted variant of categorical method (created stub function .slab.fun.factor.weighted()).

This was carved out of #259 to keep that PR simpler and allow for more discussion about specifics of the method.

This method would be used in slab() by specifying slab(..., slab.fun =slab_function("weighted.factor") but this currently returns an empty function.