xplot.heatpoint: Title

View source: R/method.R

xplot.heatpointR Documentation

Title

Description

Title

Usage

## S3 method for class 'heatpoint'
xplot(data)

Arguments

data

the input data for the function 'heatpoint'.

Value

a ggplot2 object

Examples

points = 5000
x = c(rnorm(points/2))
y = x + rnorm(points/2,sd=0.8)
x = sign(x)*abs(x)^1.3
heatpoint(x,y) -> dat_result
xplot(dat_result)

wangjiaxuan666/xbox documentation built on Sept. 4, 2024, 5:03 p.m.