makePresetChart | R Documentation |
Preset Argument를 넣어서 차트를 만드는 함수
makePresetChart(preset = "ffr", df = NaN, title = "", base64 = TRUE)
preset |
ffr, hazard |
df |
데이터프레임(group, x축 좌표(문자), y축 좌표(숫자), 기본값 = NULL |
title |
타이틀 문구, 기본값 = "" |
base64 |
base64 이미지 또는 htmlwidget object 출력을 선택, 기본값 = TRUE |
base64 str or htmlwidget object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.