hyplot: Initialize hyplot

View source: R/hyplot.R

hyplotR Documentation

Initialize hyplot

Description

Initialize a new hyplot

Usage

hyplot(
  md,
  mapping = NULL,
  drop = TRUE,
  parse = FALSE,
  facets = list(),
  facets_order = NULL,
  use_md,
  ...
)

Arguments

md

a matrix_data or md_tbl object or any can be converted to matrix_data.

mapping

default list of aesthetic mappings to use for plot.

drop

logical. If TRUE, the unused labels will be removed.

parse

logical or function generated by parse_func().

facets

a parameters list of facet_wrap.

facets_order

character vector to set the order of facet panels.

use_md

deprecated.

...

passing to as_matrix_data.

Value

a ggplot object.

Author(s)

Hou Yun

Examples

library(ggplot2)
hyplot(mtcars) +
  geom_tile(aes(fill = mtcars))

Hy4m/linkET documentation built on June 30, 2023, 7:39 p.m.