tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

circleFit not accessible #31

Open bbrede opened 3 years ago

bbrede commented 3 years ago

The circleFit function is mentioned in the package doc and is listed in methods.R, but is not available after installation. I could also not find it in the Namespace. Same for cylinderFit.

bi0m3trics commented 3 years ago

Try TreeLS:::circleFit()

bbrede commented 3 years ago

Works! Thanks! But I guess for the cleanliness of the package it will be nice that circleFit is exported like other function names as well.

bi0m3trics commented 3 years ago

Agreed (I was just making sure you had access). I'm not the package maintainer, so I suggest not closing this issue and let @tiagodc close it once it's been addressed.

tiagodc commented 3 years ago

Thanks! I'll check the docs... I didn't realize I kept docs for methods not exported. In any case, in v2.0 there is a method called shapeFit that wraps and expands the functionality of circleFit, so I'd recommend you to use that one instead.