Recently Published
Karin Diploma
diploma
Geographical distribution of the number of registered offenses under Article 436-2 of the Criminal Code of Ukraine.
Geographical distribution of the number of registered offenses under Article 436-2 of the Criminal Code of Ukraine. According to the data of the Office of the General Prosecutor of Ukraine
scatterplot
This R script creates a scatter plot using ggplot2 to visualize the relationship between horsepower (hp) and miles per gallon (mpg) in the mtcars dataset, with points colored by the number of cylinders (cyl). It demonstrates basic scatter plot creation and customization.
Bar plot
This R script creates a dataset, summarizes it by category, and visualizes the mean and median of a numeric variable for each category using bar plots with ggplot2. It demonstrates data creation, summarization with dplyr, and visualization techniques.
Plot
asasa