corybrunson / plt

R interface & extension to an adapted Persistence Landscapes Toolbox
https://corybrunson.github.io/plt
GNU General Public License v3.0
0 stars 2 forks source link

change name of landscape creator function #5

Open corybrunson opened 3 hours ago

corybrunson commented 3 hours ago

The function landscape() causes conflicts with TDA::landscape(), which should be avoided because it will often be useful to use the packages together.

Based on conventions in other packages, and reflecting the underlying use of $new(), i suggest that this function be renamed pl_new().

corybrunson commented 3 hours ago

@jamesgolabek22 @a1danbryant do you foresee any issues with this change?