Learn R Programming

pmartR (version 2.4.6)

summary-trelliData: Summarizes potential plotting options for a trelliData object

Description

Summarizes potential plotting options for a trelliData object

Usage

# S3 method for trelliData
summary(object, ...)

Value

A data.frame containing panel plot options for this trelliData object.

Arguments

object

An object from the as.trelliData.edata or as.trelliData functions

...

further arguments passed to or from other methods.

Examples

Run this code
if (FALSE) { # requireNamespace("pmartRdata", quietly = TRUE)
# \donttest{

library(dplyr)
library(pmartRdata)

trelliData <- as.trelliData.edata(e_data = pep_edata,
                                   edata_cname = "Peptide",
                                   omics_type = "pepData")

# Use an edata example. Build with as.trelliData.edata.
summary(trelliData)
summary(trelliData %>% trelli_panel_by("Peptide"))
summary(trelliData %>% trelli_panel_by("Sample"))

# }
}

Run the code above in your browser using DataLab