Hi, it might be that this problem just occurred for me but I got an error while executing your examples: Error: could not find function "scatterplot3d"
For my own copy I added this to gap-statistic.R so it's already there when someone tries to run the examples:
library(scatterplot3d)
Or maybe you want to add this line to the examples.
Hi, it might be that this problem just occurred for me but I got an error while executing your examples: Error: could not find function "scatterplot3d"
For my own copy I added this to gap-statistic.R so it's already there when someone tries to run the examples:
library(scatterplot3d)
Or maybe you want to add this line to the examples.