-
Notifications
You must be signed in to change notification settings - Fork 122
Project - María Garcés #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for mucss-dataviz ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Enchufa2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left several comments.
Please ensure that you follow the project guidelines: https://csslab.uc3m.es/dataviz/tutorials/project/#project-guidelines. And let me know when you have 100% completion by marking the pull request as "ready for review" again.
| toc: true | ||
| --- | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is empty. Please put the code here and remove the qmds.
| country_nivels <- 1:length(country_labels) | ||
|
|
||
|
|
||
| full_data <- read_sav(file = "./round7.sav") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this round7 data file? It should be part of the PR. Or even better, you may want to commit a clean dataset in CSV format and just read it from there.
|
|
||
| ### First layer graph | ||
|
|
||
| ```{r, fig.width=7, fig.height=9.5, dpi=300, dev='jpeg'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the dpi and dev specifications.
|
|
||
| ### Sources Legend | ||
|
|
||
| ```{r, fig.width=3,51, fig.height=2.5, dpi=500, dev='png'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, etc.
No description provided.