Skip to content

📦 Create Virtual Reality Scatter Plots with R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JohnCoene/ascatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascatter

Virtual Reality Scatter Plot with R.

logo

Installation

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

Example

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

About

📦 Create Virtual Reality Scatter Plots with R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published