Hi Valedeia ,
As you mentioned that you're relative new to R, maybe you're also interested in the following free online ggplot2
books.
https://ggplot2-book.org/index.html
This is the on-line version of work-in-progress 3rd edition of “ggplot2: elegant graphics for data analysis” published by Springer. You can learn what’s changed from the 2nd edition in the Preface.
While this book gives some details on the basics of ggplot2, it’s primary focus is explaining the Grammar of Graphics that ggplot2 uses, and describing the full details. It is not a cookbook, and won’t necessarily help you create any specific graphic that you need. But it will help you understand the details of the underlying theory, giving you the power to tailor any plot specifically to your needs.
The R Graphics Cookbook mentioned above is also noteworthy.