Learn R Programming

silicate (version 0.7.1)

print.sc: Methods for silicate

Description

Print a silicate model.

Usage

# S3 method for sc
print(x, ...)

Arguments

x

object inheriting from 'sc' class

...

ignore currently

Details

Simple summary of type and content of a silicate model.

Examples

Run this code
print(TRI(minimal_mesh))
print(SC(minimal_mesh))
print(PATH(minimal_mesh))
print(SC(TRI(minimal_mesh)))
print(ARC(minimal_mesh))
print(SC0(minimal_mesh))

Run the code above in your browser using DataLab