An open API service indexing awesome lists of open source software.

https://github.com/johncoene/ascatter

📦 Create Virtual Reality Scatter Plots with R
https://github.com/johncoene/ascatter

a-frame rstats

Last synced: about 1 year ago
JSON representation

📦 Create Virtual Reality Scatter Plots with R

Awesome Lists containing this project

README

          

# ascatter

Virtual Reality Scatter Plot with R.

![logo](man/figures/logo.png)

## Installation

``` r
# install.packages("devtools")
devtools::install_github("JohnCoene/ascatter")
```
## Example

``` r
library(ascatter)

data(population)

aScatter$
new(title = "Random")$
data(
population, lon, pop, lat, color, size,
scale = "2 2 2", valfill="1, 9745.6",
yLimit = 0.2, rotation = "0 90 0"
)$
build()$
browse()
```

![output](example.png)