hyplot: Initialize hyplot

Description Usage Arguments Value Author(s) Examples

View source: R/hyplot.R

Description

Initialize a new hyplot

Usage

1
hyplot(md, mapping = NULL, ...)

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.

...

passing to as_matrix_data.

Value

a ggplot object.

Author(s)

Hou Yun

Examples

1
2
3
library(ggplot2)
hyplot(mtcars) +
  geom_tile(aes(fill = mtcars))

Hy4m/hyplot documentation built on March 29, 2021, 6:19 p.m.