image.x3p: Plot x3p object as an image

Description Usage Arguments Examples

Description

Plot x3p object as an image

Usage

1
2
3
## S3 method for class 'x3p'
image(x, file = NULL, col = "#cd7f32", size = c(750, 250),
  zoom = 0.35, ...)

Arguments

x

x3p object

file

file name for saving, if file is NULL the opengl device stays open. The file extension determines the type of output. Possible extensions are png, stl (suitable for 3d printing).

col

color specification

size

vector of width and height

zoom

numeric value indicating the amount of zoom

...

not used

Examples

1
2
data(br411)
image(br411, file = "br411.png")

erichare/bulletr documentation built on May 16, 2019, 8:26 a.m.