View source: R/cry_generics_S3.R
create_rec_unit_cell | R Documentation |
The rec_unit_cell object can be created starting from specific objects, files, etc.
create_rec_unit_cell(ar, ...)
ar |
An object or objects used to select a method. These can be reciprocal unit cell parameters, an object of class rec_unit_cell, etc. |
... |
Further arguments passed to or from other methods. |
An object of class "rec_unit_cell". It is a named list of length 6 whose last three slots are of "angle" class.
# Create a rec_unit_cell in default (no arguments) ruc <- create_rec_unit_cell() print(ruc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.