DNBplot.data.frame: DNBplot for data.frame

View source: R/plot.R

DNBplot.data.frameR Documentation

DNBplot for data.frame

Description

DNBplot for data.frame

Usage

## S3 method for class 'data.frame'
DNBplot(
  object,
  ranking = NULL,
  group = NULL,
  resource = NULL,
  show = TRUE,
  save_pdf = FALSE,
  file_prefix = NULL,
  meta_levels = NULL,
  ...
)

Arguments

object

data.frame of scores

ranking

not use

group

not use

resource

not use

show

whether to show

save_pdf

whether to save pdf file

file_prefix

the file prefix if save_pdf

meta_levels

the order of meta-group in the plots, default levels(df_score$Names) if be null

...

not use


Kaiyu-W/DNBr documentation built on April 27, 2024, 10:09 a.m.