default_geom | R Documentation |
Default geom
default_geom(object, x, block = NULL)
object |
SummarizedExperiment |
x |
svar |
block |
svar or NULL |
character vector
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
object$Age <- runif(min = 20, max = 60, n = ncol(object))
svars(object)
default_geom(object, x = 'Age')
default_geom(object, x = c('Age', 'Diabetes'))
default_geom(object, x = c('Age', 'Diabetes'), block = 'Subject')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.