File: threejs-package.Rd

package info (click to toggle)
r-cran-threejs 0.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,864 kB
  • sloc: sh: 17; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/threejs.R
\docType{package}
\name{threejs-package}
\alias{threejs}
\alias{threejs-package}
\title{Interactive 3D graphics including point clouds and globes using three.js and htmlwidgets.}
\description{
Interactive 3D graphics including point clouds and globes using three.js and htmlwidgets.
}
\examples{
\dontrun{
library("shiny")
runApp(system.file("examples/globe",package="threejs"))
runApp(system.file("examples/scatterplot",package="threejs"))

# See also help for globe.js and scatterplot3.js
}

}
\references{
\url{http://threejs.org}
}