Nothing
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
htmltools::img( src = "tRigon_logo.png", alt = "logo", style = "position:absolute; top:0px; right:135px; height: 80px" )
params$session_info
feature:
params$feature_var
group variable:
params$group_var
groups:
params$groups if (params$na_omit == TRUE) { print(paste0("Warning: group variable contains NAs. ", params$na_n, " values excluded.")) }
selected plot:
params$plot_selection
plot scale:
if (params$scale == TRUE) { print("Logarithmic-scale is enabled.") } else { print("Logarithmic-scale is disabled.") }
plot:
plot(params$plot)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.