服务热线
178 0020 3020
install.packages("fmsb")
library("fmsb")
mtcars<-mtcars[c(29:32),c(1:9)]
radarchart(mtcars,seg = 2,centerzero = 0,axistype = 1,maxmin = F,plty=1,plwd=1,title = "R2-09")
legend(1.4,0.8,c("Ford Pantera L","Ferrari Dino", "Maserati Bora", "Volvo 142E"), col = c("black","red","green","blue"), lty = 0.8, pch = 20,bty = "n")
install.packages("devtools")
install.packages('curl')
library(curl)
library(devtools)
devtools::install_github("ricardo-bion/ggradar",dependencies=TRUE)
mydata<-read.csv(file.choose())
mydata
library("ggplot2")
library(ggradar)
ggradar(mydata,axis.label.size =4,grid.line.width=1,group.point.size=4,group.line.width=1,
legend.text.size=10,plot.title="R2-09")+theme(legend.position ="bottom")+theme(plot.title=element_text(size=12,colour="black"))
附件