This repository contains an R Markdown data visualization and analysis project exploring a wind turbines dataset. The analysis focuses on the following questions:
To get started with the project, clone this repository to your local machine and follow the installation instructions below.
To run this project, you will need to have the following software installed on your system:
install.packages("tidyverse") install.packages("ggplot2") install.packages("knitr") install.packages("rmarkdown")
The dataset used in this project contains information about wind turbines, including rotor diameter, rated capacity in Watts, and other relevant variables. The data has been preprocessed and cleaned to ensure quality and consistency.
The dataset contains the following variables:
The analysis includes the following steps:
The R Markdown report presents the findings from the analysis, addressing the research questions and discussing any identified trends or patterns. The results are presented with clear visualizations and a discussion of the implications for stakeholders.
Please note that the code in this repository is provided solely for demonstration purposes and should not be used for any other purpose.