powered by
The unit_cell object can be created starting from specific objects, files, etc.
create_unit_cell(a, ...)
An object of class "unit_cell". It is a named list of length 6 whose last three slots are of class "angle".
An object or objects used to select a method. These can be cell parameters, an object of class rec_unit_cell, etc.
Further arguments passed to or from other methods.
# Create a unit_cell in default (no arguments) uc <- create_unit_cell() print(uc)
Run the code above in your browser using DataLab