plot3D: 3D plot of an object of class 'Knot'

Description Usage Arguments Value Author(s) Examples

View source: R/methods.R

Description

Returns the 3D plot of an object of class 'Knot'

Usage

1
	plot3D(knot, ...)

Arguments

knot

an object of class 'Knot'

...

other parameters for lines3d or spheres3d

Value

called for its effect.

Author(s)

Federico Comoglio, federico.comoglio@bsse.ethz.ch

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
link <- makeExampleKnot(k = FALSE)
link <- newKnot(link$points3D, link$ends)

##plot with rgl
require(rgl)
plot3D(link)
plot3D(link, radius = 0.1)
plot3D(link, radius = 0.1, lwd = 10)

## End(Not run)

FedericoComoglio/Rknots documentation built on May 6, 2019, 4:35 p.m.