Skip to contents

The Bravais lattice and related crystal family, crystal system and lattice system are displayed.

Usage

# S3 method for 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)
#> This is an object of class 'bravais'
#> The Bravais lattive is:  aP.
#> Its crystal family is triclinic.
#> Its crystal system is triclinic.
#> Its lattice system is triclinic.