paultpearson / TDAmapper

(R package) Analyze High-Dimensional Data Using Discrete Morse Theory
Other
73 stars 29 forks source link

Is the mapper function enabled? #1

Closed chriswillis closed 9 years ago

chriswillis commented 9 years ago

Working through some of your examples. Functions mapper1D and 2D work but a call like this:

m4 <- mapper(dist(X), f[,1], 5, 50, 5)

results in an error

Error: could not find function "mapper"

Thanks for your efforts,

// chris

paultpearson commented 9 years ago

Hi Chris,

The mapper() function is still undergoing testing. The mapper() function is available if you install TDAmapper from the github repository, but it is not available yet from the package on CRAN. The mapper1D() and mapper2D() functions are available both from CRAN and the github repo. I have updated the documentation to note this discrepancy. Please let me know if you have any problems installing the TDAmapper package from github or getting mapper() to work. I apologize for any confusion.

Best regards,

Paul Pearson

chriswillis commented 9 years ago

Thanks for the response. Really appreciate the work you are doing on this.