Description Usage Arguments Value Examples
Method to create an object of class "rec_unit_cell" starting from an object of class "unit_cell".
1 2 | ## S3 method for class 'unit_cell'
create_rec_unit_cell(ar, ...)
|
ar |
An object of class "unit_cell". |
... |
Additional arguments passed to the create_rec_unit_cell methods |
An object of class "rec_unit_cell". It is a named list of length 6 whose last three slots are of "angle" class.
1 2 3 4 5 | # Create a "rec_unit_cell" object starting from a cubic cell object
uc <- unit_cell()
print(uc)
ruc <- create_rec_unit_cell(uc)
print(ruc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.