jacekkotowski

Results 7 issues of jacekkotowski

This request is repeated from https://github.com/rstudio/leaflet/issues/672?fbclid=IwAR1i-PuUMtH_gHGT7ISUp86_BUd2NgVV6nlHuopb-oX0g3oQ87kVeNa9ZAE Please close/delete if you find it not appropriate, I put it here presuming that leaflet.extras may be a good place to address this request....

enhancement

I propose the possibility of embedding any type of plotly or ggplot plots in the table, the same as sparklines.

Example (I am playing with bicycle demand data from Kaggle ``` bike_recipe % step_date(datetime, features = c("doy", "dow", "month", "year"), abbr = TRUE) %>% update_role("datetime", new_role = "id_variable") %>% step_rm("atemp")...

## Feature In situations when time series data is not continuous, e.g. in bicycle bike sharing competition by Kaggle https://www.kaggle.com/c/bike-sharing-demand/ it would be useful to have the possibility to prevent...

reprex

As in article http://gradientdescending.com/unsupervised-random-forest-example/ unsupervised random forest can be used for distance calculation. Perhaps it can be used as a preparation step for the data. Such a solution is very...

feature

I would like to propose an extension of behavior of leaflet grouping feature for bubble plots: to total (sum, not count) on grouping and preserve a round red bubble shape...