clickme icon indicating copy to clipboard operation
clickme copied to clipboard

An R package to create interactive plots

Results 17 clickme issues
Sort by recently updated
recently updated
newest added

I would like to use clickme within another package, but it seems like it needs to be attached to work. For example, if I run: ``` clickme::clickme('points', to_plot[, 1], to_plot[,...

Hi, What is the best way to embed the chart/plot into an rNotebook/knitr rather than open as a new tab? ``` r library(clickme) c1

Hello This is a great package however I'm trying to run your asteroids example that you posted with RShiny and I got this error ‘html’ is not a valid field...

hi, im interested in creating templates for gis/geo projects. i saw that you commented recently about completely refactoring the package, and that now the templates have been updated significantly. do...

I just installed clickme today and R says that there is no clickme_vega function. The preinstalled ractive demos work (force_directed, heatmap, lines, par_coords, points). I grabbed the line_with_focus ractive and...

Mention you have to use new syntax valid_names: => data_names: required: or optional: default_parameters: => params:

enhancement

You might have to explicitly source it, or do clickme::get_padding_params, I'm not sure

bug

Ractives coming down the pipeline - volcano plot (all genes) + jitter plot (single gene) + line plot (all genes) - they are all linked (hover, click) - 3 colors...

new feature

`opts$get_param("padding")`, this can be overloaded in the translator `opts$get_data_as_json()`

enhancement

Add an excel-like view to the par_coords ractive Enable clicking on scatterplot/zoomable_scatterplot so names can be copy/pasted

enhancement