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
- Host: GitHub
- URL: https://github.com/johncoene/ascatter
- Owner: JohnCoene
- License: other
- Created: 2018-08-20T08:50:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T07:33:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T14:48:37.935Z (over 1 year ago)
- Topics: a-frame, rstats
- Language: R
- Homepage: https://ascatter.john-coene.com/
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ascatter
Virtual Reality Scatter Plot with R.

## 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()
```
