Session Report - Plots

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)


Try the tRigon package in your browser

Any scripts or data that you put into this service are public.

tRigon documentation built on Sept. 11, 2024, 5:17 p.m.