Bar Charts · # Define a data vector data = c(1,3,6,4,9) #bar plot the vector -- simple plot with no legends and colors barplot(height=data, main="Cancer-data", ...
確定! 回上一頁