create_unit_cell.rec_unit_cell | R Documentation |
Method to create an object of class "unit_cell" starting from an object of class "rec_unit_cell".
## S3 method for class 'rec_unit_cell' create_unit_cell(a, ...)
a |
An object of class "rec_unit_cell". |
... |
Additional arguments passed to the create_unit_cell methods |
An object of class "unit_cell". It is a named list of length 6 whose last three slots are of "angle" class.
# Create a "unit_cell" object starting from a reciprocal cubic cell object ruc <- rec_unit_cell() print(ruc) uc <- create_unit_cell(ruc) print(uc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.