Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge Coverage Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

obj

The goal of obj is to ...

Installation

You can install obj from github with:

# install.packages("devtools")
devtools::install_github("hypertidy/obj")

Example

This example shows how to read and plot a Wavefront obj. file:

library(obj)
f <- system.file("extdata/greek_bust.obj.zip", package = "obj")
obj <- read_obj(f)

plot(obj)


hypertidy/obj documentation built on May 9, 2019, 5:55 p.m.