16.5 Checkbox Control

아래는 Box Plot 에서 IQR(Inter Quartile Range)의 1.5배 기준으로 계산된 Outlier 를 포함시켜서 제시를 할지 아니면 제외시킬지를 Checkbox 로 선택할 수 있게 한 예제입니다.

## Checkbox Control

manipulate(
   boxplot(Price ~ Type, data = Cars93, outline = outline),
   
   outline = checkbox(FALSE, "Show outliers"))
## Error in manipulate(boxplot(Price ~ Type, data = Cars93, outline = outline), : The manipulate package must be run from within RStudio