Sinhrks
Sinhrks
Hi, is this PR still active? Because I meet the same issue, I’m willing to work on this.
Thanks for consideration. Understood the background. What I have in my mind was to have a single API. It is very nice if we have a function `ggplot2::geom_smooth`. - http://docs.ggplot2.org/0.9.3.1/geom_smooth.html
Yeah, currently we can define `io` to install all io related sub-features. We may split it when we add others in future, but `io` should be still usable to install...
You're right. Renamed ``Metrics`` to ``Linkage``.
iris is ok as test data. Here is R example( https://cran.r-project.org/web/packages/dendextend/vignettes/Cluster_Analysis.html). I'm adding tests once #161 has been merged. Note: current test data is derived from a Japanese textbook in...
更新しました。
It should be possible, but I don't understand `Cesium.js` API and CZML relationships enough. One quick solution is output `czml` file on background, and read it as a `DataSource`. -...
Thanks for the request:) Even though Cesium.js itself doesn't have such a function, we can get image string representation using `canvas.toDataUrl();` - https://groups.google.com/forum/#!topic/cesium-dev/3upR6xuwy4A I understand it is impossible to save...
I think providing an quick screenshot API is good feature. Pls leave it open as project's task. Appreciated if you share the code once you find the solution:)
related to #120. Currently , ``colour`` must be a single string of column name to specify color. Will consider a fix when I have a time.