1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scatterplot.R
\name{vertices,scatterplotThree-method}
\alias{vertices,scatterplotThree-method}
\title{Extract a matrix of vertex coordinates from a threejs widget}
\usage{
\S4method{vertices}{scatterplotThree}(...)
}
\arguments{
\item{...}{a \code{scatterplotThree} object from the threejs package.}
}
\description{
Extract a matrix of vertex coordinates from a threejs widget
}
\seealso{
points3d
}
|