Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Apr 12, 2021
1 parent 47c7959 commit 1a0b863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Assume we aim to generate `n=250` vectors in `d=3` dimensions where the componen
library(rpv)
library(scatterplot3d)
x = rpv(n = 250, d = 3, method = "exponential")
scatterplot3d(x[,1:3], angle = 120, pch = 4, color = "blue", cex.symbols = 0.7,
, xlab = expression(x[1]), ylab = expression(x[2]), zlab = expression(x[3]))
scatterplot3d(x[, 1:3], angle = 120, pch = 4, color = "blue", cex.symbols = 0.7, xlab = expression(x[1]), ylab = expression(x[2]), zlab = expression(x[3]))
```

## Contact
Expand Down

0 comments on commit 1a0b863

Please sign in to comment.