Rose Pine Theme in R

Introduction

The Rose Pine Theme for R is a custom ggplot2 theme inspired by the Rose Pine Theme from Python, designed to provide a calm, modern aesthetic for your visualizations. The theme incorporates the signature colors and styling of the Rose Pine color palette while adding improvements and customizations for use in R-based data visualizations.

This theme is perfect for creating plots with a soothing, minimalist design that is easy on the eyes, while maintaining a professional look for your data visualizations.

Credits: Inspired by the Python-based (Rose Pine Theme).

Project Repository

You can access the Rose Pine Theme for R project repository on GitHub here:
Rose Pine Theme for R (https://github.com/msjahid/rosepine-theme).
Feel free to explore, contribute, or fork the repository!

Installation

  1. Install Dependencies:

    Ensure you have the ggplot2 package installed, as this theme is based on it.

    install.packages("ggplot2")
  2. Install the Rose Pine Theme for R:

    You can download the theme directly from the GitHub repository. If you don't have the devtools package installed, you can install it first:

    install.packages("devtools")

    Then, use devtools to install the Rose Pine Theme for R from the GitHub repository:

    devtools::install_github("msjahid/rosepine-theme")

Create an Issue

If you encounter any bugs, have suggestions, or want to request new features,
please feel free to open an issue on the project's GitHub repository.
Your feedback is greatly appreciated!
To create an issue, visit the following link: [Rose Pine Theme for R - GitHub Issues]

Usage

After installing the Rose Pine Theme for R, you can easily apply it to your ggplot2 plots. Here's how to use the theme in your R code.

Basic Example

Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme
Example Plot with Rose Pine Theme