print.bravais: Print method for an object of class "bravais".

View source: R/lattice_S3.R

print.bravaisR 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)

jfoadi/cry documentation built on Feb. 3, 2024, 11:48 p.m.