Challenge: Export and Share Your Work
Task
Swipe to start coding
Create a visualization using ggplot2 with a dataset of your choice (for example, use the built-in iris dataset or another dataset you prefer).
- Build any plot using
ggplot2and assign it to the variablep; - Export your plot to a PNG file named
custom_plot.pngwith a width of 5 inches, height of 4 inches, and resolution of 250 dpi; - Export your plot to a PDF file named
custom_plot.pdfwith a width of 5 inches and height of 4 inches; - Ensure both files are created in your working directory.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 6
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Awesome!
Completion rate improved to 5.56
Challenge: Export and Share Your Work
Swipe to show menu
Task
Swipe to start coding
Create a visualization using ggplot2 with a dataset of your choice (for example, use the built-in iris dataset or another dataset you prefer).
- Build any plot using
ggplot2and assign it to the variablep; - Export your plot to a PNG file named
custom_plot.pngwith a width of 5 inches, height of 4 inches, and resolution of 250 dpi; - Export your plot to a PDF file named
custom_plot.pdfwith a width of 5 inches and height of 4 inches; - Ensure both files are created in your working directory.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 6
single