Skip to content
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

Add Base plotting examples #534

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Conversation

jessesadler
Copy link
Contributor

closes #515 and deals with merge conflicts from #532

noman32 and others added 4 commits September 8, 2024 22:49
A brief touch on other visualization options like Base R, Lattice and qplot() is added
…Visualizations

Other visualizations in 05-ggplot2.Rmd
Merge branch 'main' of https://github.com/noman32/r-socialsci into noman32-main

# Conflicts:
#	episodes/05-ggplot2.Rmd
Copy link

github-actions bot commented Oct 15, 2024

Thank you!

Thank you for your pull request 😃

🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/datacarpentry/r-socialsci/compare/md-outputs..md-outputs-PR-534

The following changes were observed in the rendered markdown documents:

 05-ggplot2.md                                      |  41 +++++++++++++++++++++
 fig/05-ggplot2-rendered-adding-colors-1.png        | Bin 17364 -> 17556 bytes
 fig/05-ggplot2-rendered-adding-jitter-1.png        | Bin 9032 -> 9232 bytes
 fig/05-ggplot2-rendered-adding-width-height-1.png  | Bin 8812 -> 8900 bytes
 fig/05-ggplot2-rendered-boxplot-exercise-1.png     | Bin 10376 -> 10455 bytes
 ...-ggplot2-rendered-boxplot-exercise-factor-1.png | Bin 21189 -> 21441 bytes
 fig/05-ggplot2-rendered-boxplot-with-jitter-1.png  | Bin 16827 -> 16329 bytes
 fig/05-ggplot2-rendered-color-by-species-1.png     | Bin 19405 -> 19171 bytes
 fig/05-ggplot2-rendered-scatter-challenge-1.png    | Bin 19228 -> 18860 bytes
 ...05-ggplot2-rendered-unnamed-chunk-3-1.png (new) | Bin 0 -> 8325 bytes
 ...05-ggplot2-rendered-unnamed-chunk-4-1.png (new) | Bin 0 -> 25126 bytes
 fig/05-ggplot2-rendered-violin-plot-1.png          | Bin 27867 -> 28058 bytes
 md5sum.txt                                         |   2 +-
 13 files changed, 42 insertions(+), 1 deletion(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2024-10-15 18:20:14 +0000

github-actions bot pushed a commit that referenced this pull request Oct 15, 2024
deprecated in ggplot2 3.4.0.
github-actions bot pushed a commit that referenced this pull request Oct 15, 2024
@jessesadler jessesadler merged commit 013ce39 into datacarpentry:main Oct 15, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 15, 2024
Auto-generated via `{sandpaper}`
Source  : 013ce39
Branch  : main
Author  : Jesse Sadler <2695312+jessesadler@users.noreply.github.com>
Time    : 2024-10-15 21:43:45 +0000
Message : Merge pull request #534 from jessesadler/main

Add Base plotting examples
github-actions bot pushed a commit that referenced this pull request Oct 15, 2024
Auto-generated via `{sandpaper}`
Source  : 78fd081
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2024-10-15 21:44:58 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 013ce39
Branch  : main
Author  : Jesse Sadler <2695312+jessesadler@users.noreply.github.com>
Time    : 2024-10-15 21:43:45 +0000
Message : Merge pull request #534 from jessesadler/main

Add Base plotting examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demonstrating the contrast between ggplot2 and baseR plotting
2 participants