RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Pie Chart
market_share <- c(30, 25, 20, 15, 10) labels <- c("Company A", "Company B", "Company C", "Company D", "Others") pie(market_share, labels = labels, col = rainbow(length(labels)), main = "Pie Chart: Market Share")
Histogram
set.seed(123) data <- rnorm(1000, mean = 50, sd = 10) hist(data, breaks = 30, col = "lightgreen", main = "Histogram: Random Normal Distribution", xlab = "Values")
Plot
Prinsip Pengambilan Sample
Teknik Sampling dan Survei
BUS 350 Assignment 1
Plot
Plot
Plot
Task
Document
HW2