ox-it / oidnChaRts

A collection of functions for building generic interactive htmlwidget visualisations. A complementary guide to htmlwidgets is developed here:
http://ox-it.github.io/OxfordIDN_htmlwidgets
MIT License
5 stars 3 forks source link

Add a scatter_chart function #31

Open charliejhadley opened 7 years ago

charliejhadley commented 7 years ago

There is already a scatter_plot function which is designed for "point density" comparisons and specifically supports opacity to demonstrate trace overlaps.

scatter_chart will instead focus on providing different markers per trace.

marcvanderpeet12 commented 6 years ago

@martinjhnhadley I tried installing your package cause Im following your course. However running: install_github("martinjhnhadley/oidnChaRts") gives me the following error:

install_github("martinjhnhadley/oidnChaRts") Downloading GitHub repo martinjhnhadley/oidnChaRts@master from URL https://api.github.com/repos/martinjhnhadley/oidnChaRts/zipball/master Installing oidnChaRts "C:/PROGRA~1/R/R-34~1.4/bin/x64/R" --no-site-file --no-environ \ --no-save --no-restore --quiet CMD INSTALL \ "C:/Users/Marc/AppData/Local/Temp/RtmpQ1HVLW/devtools209c81e3d2c/ox-it-oidnChaRts-20653d6" \ --library="C:/Users/Marc/R/win-library/3.4" --install-tests

Het systeem kan het opgegeven pad niet vinden.

Any thoughts?