https://github.com/johncoene/aarrow
📦 Arrow component for aframer
https://github.com/johncoene/aarrow
a-frame aframe rstats
Last synced: 11 months ago
JSON representation
📦 Arrow component for aframer
- Host: GitHub
- URL: https://github.com/johncoene/aarrow
- Owner: JohnCoene
- License: other
- Created: 2018-08-31T15:43:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T15:43:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T20:16:19.260Z (about 1 year ago)
- Topics: a-frame, aframe, rstats
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aarrow
Arrow component for [aframer](http://aframer.john-coene.com/).
## Installation
You can install the released version of aarrow from [CRAN](https://CRAN.R-project.org) with:
``` r
# install.packages("devtools")
devtools::install_github("JohnCoene/aarrow")
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(aframer)
browse_aframe(
a_scene(
a_dependency(),
aarrow_dependency(),
a_arrow(arrow = opts_aframe(color = "blue"))
)
)
```