xplot.heatpoint | R Documentation |
Title
## S3 method for class 'heatpoint'
xplot(data)
data |
the input data for the function 'heatpoint'. |
a ggplot2 object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.