## Not run:
#
# ## Using checkboxes for boolean parameters
# manipulate(
# plot(cars, axes = axes, ann = label),
# axes = checkbox(TRUE, "Draw Axes"),
# label = checkbox(FALSE, "Draw Labels"))
#
# ## Toggle boxplot outlier display using checkbox
# manipulate(
# boxplot(Freq ~ Class, data = Titanic, outline = outline),
# outline = checkbox(FALSE, "Show outliers"))
#
# ## End(Not run)
Run the code above in your browser using DataLab