-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
68 lines (45 loc) · 1.2 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
eval = FALSE
)
```
# rlineus
<!-- badges: start -->
<!-- badges: end -->
A graphical device for the line-us plotter.
## Installation / Setup
```{r eval=FALSE, include=TRUE}
remotes::install_github("benjaminschwetz/rlineus")
```
## Usage
### Callibartion
This still needs to be done with the [phone app](https://www.line-us.com/software.html).
### Test the setup
```{r eval=FALSE}
rlineus::hello_world(portrait = TRUE)
```
### Usage
```{r eval=FALSE}
library(rlineus)
lineus_dev()
boxplot(data = iris, Sepal.Length ~Species) # your plot goes here
dev.off()
```
## Limitations/todo
* no text
* no pagination
* no fills
## Inspiration / Foundation
[thomasp85/fawkes](https://github.com/thomasp85/fawkes)
[coolbutuseless/devout](https://github.com/coolbutuseless/devout)
[ixd-hof/LineUs_SVG](https://github.com/ixd-hof/LineUs_SVG)
[Line-us/LineUsPythonModule](https://github.com/Line-us/LineUsPythonModule)
[beardicus/line-us](https://github.com/beardicus/line-us)