print.geozoo: Print

Description Usage Arguments Author(s) References Examples

View source: R/print.R

Description

Prints geozoo objects with tourr or prints them

Usage

1
2
## S3 method for class 'geozoo'
print(x, ...)

Arguments

x

geozoo object

...

other arguements

Author(s)

Barret Schloerke

References

http://schloerke.github.io/geozoo/

Examples

1
2
3
4
5
## Not run: 
example(boy.surface)
example(cube.face)

## End(Not run)

Example output

by.srf> ## Generates a Boy Surface
by.srf> boy.surface(n = 1000)
Loading required namespace: tourr

cub.fc> ## Generates a cube with points on its face
cub.fc> cube.face(p = 3)

geozoo documentation built on May 2, 2019, 5:06 a.m.