persp3d: persp3d

Description Usage Arguments See Also

Description

Plot surface

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## S3 method for class 'TRI'
persp3d(x, ..., add = FALSE)

## S3 method for class 'TRI0'
persp3d(x, ..., add = FALSE)

## S3 method for class 'BasicRaster'
persp3d(x, ..., add = FALSE)

## S3 method for class 'DEL'
persp3d(x, ..., add = FALSE)

## S3 method for class 'DEL0'
persp3d(x, ..., add = FALSE)

## S3 method for class 'QUAD'
persp3d(x, ..., add = FALSE)

## S3 method for class 'matrix'
persp3d(x, ..., add = FALSE)

## S3 method for class 'sf'
persp3d(x, ..., add = FALSE)

## S3 method for class 'sfc'
persp3d(x, ..., add = FALSE)

## S3 method for class 'Spatial'
persp3d(x, ..., add = FALSE)

## S3 method for class 'triangulation'
persp3d(x, ..., add = FALSE)

Arguments

x

sp, sf, raster, trip, or any other model understood by anglr/silicate

...

pass material3d properties to rgl

add

add to existing plot or start a new one (the default)

See Also

plot3d as.mesh3d wire3d dot3d shade3d


anglr documentation built on July 29, 2020, 9:06 a.m.