Plotting bar chart in R (II) - HKBUPhonLab.Ep.45

Опубликовано: 08 Август 2026
на канале: HKBU Phonology Laboratory
39
0

HKBU Phonology Lab
http://arts.hkbu.edu.hk/phonlab/index...

Sample R code:
data1 = read.csv(file.choose(), header = TRUE, sep=",")

barplot(data1mean$Score,
names= data1mean$Training)

barplot(data1mean$Score,
names= data1mean$Training,
ylim= c(0, 100))

barplot(data1mean$Score,
names= data1mean$Training,
ylim= c(0, 100),
main="Mean Scores of the Groups",
xlab="Group",
ylab="Mean scores")

Thanks to the HKBU Faculty of Arts for the support in the video making.
Lab director: Mingxing Li
Technical assistant: Vesper Liu
Director and camera: Kennix Chow
Copy editing: Tsui Ying Ho