or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
雷達圖(Log座標) R 與 Sigmaplot 繪製方法
tags:
可視化
R
SigmaPlot
雷達圖(radar chart)亦稱為蜘蛛網圖
今天將講解如何畫出下圖
資料集準備
資料的準備需頭尾相同
不然其折線不會相連
選擇繪製類型
依照需求選取資料欄位

之後會發現圖片非常醜
最主要原因在於其數據級距相差太多
之後對於其圖形參數進行修改
因步驟過多我錄製成一部影片大家可以隨著影片操作
影片連結
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →R 繪製雷達圖
數據準備
以Excel建立如下圖的矩陣
先對於其數值取LOG
第一列輸入名稱
而第二三列輸入上下界範圍
之後輸入各組數據即可
並以另存新檔的方式將檔案存為CSV檔
之後大家可以將下方程式碼輸入於R 或是 Rstudio中進行執行
首次使用所需安裝套件(執行程式碼)
執行相關程式碼
成果如下
相較於Sigmaplot使用R繪圖可以達到相同的結果
且可以有更多的變化並且可以方便給於他人使用
全文分享至
https://www.facebook.com/LHB0222/
有疑問想討論的都歡迎於下方留言
喜歡的幫我分享給所有的朋友 \o/
有所錯誤歡迎指教