med-material / d3-rshiny-vis

Example project of making D3.js visualizations within R shiny
MIT License
0 stars 0 forks source link

Head orientation #15

Open aldsanms opened 1 year ago

aldsanms commented 1 year ago

This program allows to see statistics on the orientation of the player's head.

aldsanms commented 1 year ago

For this version the moles are generated automatically thanks to the data present in the CSV. I managed to remove all the "forEach" for loading data.

Here is a screenshot of the rendering: v1_2_0

aldsanms commented 1 year ago

I made some changes in the code, now the angles are processed and sorted directly in R.

aldsanms commented 1 year ago

v1_2_1

On my last update the changes are:

I still have to:

aldsanms commented 1 year ago

I finished commenting all the functions and actions of the program.

aldsanms commented 1 year ago

I fixed the issues you pointed out to me in the comments.

aldsanms commented 1 year ago

I corrected the structure of the program with the advice you gave me in the controller_movement's issue

bastianilso commented 1 year ago

hi @aldsanms let me know when you've addressed the latest comment above and we can do another round of review.