Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Export and Share Your Work | Reporting and Communicating Insights
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Visualization and Reporting with R

bookChallenge: 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 ggplot2 and assign it to the variable p;
  • Export your plot to a PNG file named custom_plot.png with a width of 5 inches, height of 4 inches, and resolution of 250 dpi;
  • Export your plot to a PDF file named custom_plot.pdf with a width of 5 inches and height of 4 inches;
  • Ensure both files are created in your working directory.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 6
single

single

Ask AI

expand

Ask AI

ChatGPT

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?

close

bookChallenge: 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 ggplot2 and assign it to the variable p;
  • Export your plot to a PNG file named custom_plot.png with a width of 5 inches, height of 4 inches, and resolution of 250 dpi;
  • Export your plot to a PDF file named custom_plot.pdf with a width of 5 inches and height of 4 inches;
  • Ensure both files are created in your working directory.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 6
single

single

some-alt