Sinhrks

Results 32 issues of Sinhrks

I understand that `lm` result can be drawn via `ly_abline`, but it is confusing to use `ly_lines` for `lowess` and `ly_abline` for `lm`.

Currently, there is no easy way to plot grouped histgram / density plot. Adding `group` kw to `ly_hist` and `ly_density`? Currently, I do: ``` # to use mpg data library(ggplot2)...

Currently we have no API for ``Matrix`` to be input / output to external sources. The issue intends to fix a standard IO API related to various sources. I've prepared...

This is still under work. I hope to use some popular data for testing (related to #115)

This needs a discussion, because hierarchical clustering uses the same data for training and prediction. It doesn't meet very well with current ``SupModel`` trait. Maybe we should have ``train_predict`` method...

※横着してwebでやろうとしたら一度masterに行ってしまいました...申し訳ない

- http://cran.r-project.org/web/packages/broom/index.html Utilize `{broom}` as much if outputs `data.frame` which has enough information for plotting. - [ ] `aareg_tidiers` - [ ] `anova_tidiers` - [ ] `cch_tidiers` - [ ]...

contributions welcome

#103 Decide how to handle ggrepel unique kwds.

Looks possible but can't work well with current `ggmultiplot` as `legend` must be considered as plot (grob). Needs separated class to dot this, or logic to merge the same legends...