From 37006ee66b364c13d49ba6d010cf3ccfd8c63aa9 Mon Sep 17 00:00:00 2001 From: EasyChart Date: Mon, 3 Jun 2019 11:12:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=9B=BE3-8-2=20=E5=A4=9A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=B3=BB=E5=88=97=E9=9B=B7=E8=BE=BE=E5=9B=BE.R?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...273\345\210\227\351\233\267\350\276\276\345\233\276.R" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/\347\254\2543\347\253\240_\347\261\273\345\210\253\346\257\224\350\276\203\345\236\213\345\233\276\350\241\250/\345\233\2763-8-2 \345\244\232\346\225\260\346\215\256\347\263\273\345\210\227\351\233\267\350\276\276\345\233\276.R" "b/\347\254\2543\347\253\240_\347\261\273\345\210\253\346\257\224\350\276\203\345\236\213\345\233\276\350\241\250/\345\233\2763-8-2 \345\244\232\346\225\260\346\215\256\347\263\273\345\210\227\351\233\267\350\276\276\345\233\276.R" index f57fe84..f2b43a5 100644 --- "a/\347\254\2543\347\253\240_\347\261\273\345\210\253\346\257\224\350\276\203\345\236\213\345\233\276\350\241\250/\345\233\2763-8-2 \345\244\232\346\225\260\346\215\256\347\263\273\345\210\227\351\233\267\350\276\276\345\233\276.R" +++ "b/\347\254\2543\347\253\240_\347\261\273\345\210\253\346\257\224\350\276\203\345\236\213\345\233\276\350\241\250/\345\233\2763-8-2 \345\244\232\346\225\260\346\215\256\347\263\273\345\210\227\351\233\267\350\276\276\345\233\276.R" @@ -1,10 +1,10 @@ -#EasyCharts团队出品,如有商用必究, -#如需使用与深入学习,请联系微信:EasyCharts +#EasyCharts鍥㈤槦鍑哄搧锛 +#濡傛湁闂淇涓庢繁鍏ュ涔狅紝鍙仈绯诲井淇★細EasyCharts library(ggplot2) -#--------------------------------------------雷达图实现原理------------------------------------------------------- +#--------------------------------------------闆疯揪鍥惧疄鐜板師鐞------------------------------------------------------- #coord_radar-Reference: #https://github.com/cardiomoon/ggplot2new/blob/4e50b7dcfee3246a169702f88f7dd46cbf933f4b/coord_radar.R @@ -17,7 +17,7 @@ ggproto("CoordRadar", CoordPolar, theta = theta, r = r, start = start, direction = sign(direction), is_linear = function(coord) TRUE)} -#--------------------------------------------多数据系列------------------------------------------------------- +#--------------------------------------------澶氭暟鎹郴鍒------------------------------------------------------- label_data<-data.frame( car=c("biology" , "english" ,"math" , "music" , "R-coding" ), id=c(1:5) ,