R2-38 第五期-ggplot2画雷达图

jinhui 2017-12-05 21:57:51 阅读: 1079

library(fmsb)

data1 <- tail(mtcars, n =4) ##extract the last 4 rows

data1 <- data1[,1:9] ##extract the first 9 coloums

### another solution: data <- mtcars[-(1:28),1:9] 

radarchart(data1, axistype=1, seg=2, plwd=2, maxmin = FALSE, title = "R02-38")

legend("left", c("Ford Pantera L","Ferrari Dino", "Maserati Bora", "Volvo 142E"), col = c("black","red","green","blue"), lty = 0.3, pch = c(16,16,16,16),cex = 0.6,bty = "n")

### axistype argument defines the type of axes, 1 means center axis label only

### seg argument defines the number of segments for each axis


setwd("D:/projects/R learning/week 5 data")

library(devtools)

install_github("ricardo-bion/ggradar")

library(ggradar)

library(ggplot2)

data2 <- read.csv("R2_5_data.csv", header = T)

ggradar(data2, axis.label.size = 5, grid.label.size = 5, group.line.width = 1, group.point.size = 4, legend.text.size = 11, plot.title = "R2-38")+theme(legend.title = element_blank(), legend.position = "top")

1.png


2.png


 

 

 

 
邀请讨论

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
{{item.nick_name}} 受邀请回答 {{item.create_time}}
{{item.refer_comment.nick_name}} {{item.refer_comment.create_time}}

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
切换到完整回复 发送回复
赞({{item.count_zan}}) 踩({{item.count_cai}}) 删除 回复 关闭
科研狗©2015-2024 科研好助手,京ICP备20005780号-1 建议意见

服务热线

178 0020 3020

微信服务号