view_xy: Generate a scatter (xy) plot over a Ranges or DataFrame

Description Usage Arguments Value

View source: R/view-xy.R

Description

Generate a scatter (xy) plot over a Ranges or DataFrame

Usage

1
view_xy(data, x, y, facets = ggplot2::vars(), geom = "point")

Arguments

data

a Ranges or DataFrame object obtained

x, y

bare variable names for the x,y plot aesthetics

facets

a set of variables quoted by ggplot2::vars() that is passed down to facet_wrap()

geom

produce a 'point' scatter or a 'hex' scatter or c('hex', 'point') for both

Value

a ggplot object


sa-lee/superintronic documentation built on Feb. 18, 2020, 10:36 a.m.