print.bravais {cry} | R Documentation |
Print method for an object of class "bravais".
Description
The Bravais lattice and related crystal family, crystal system and lattice system are displayed.
Usage
## S3 method for class 'bravais'
print(x, ...)
Arguments
x |
An object of class "bravais". |
... |
Additional arguments passed to the print methods |
Value
No values. A message is displayed which includes information on the Bravais lattice.
Examples
# Create a triclinic Bravais lattice
bt <- bravais()
# Display its value
print(bt)
[Package cry version 0.5.1 Index]