S3 generic to create unit_cell objects
create_unit_cell.Rd
The unit_cell object can be created starting from specific objects, files, etc.
Arguments
- a
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.
Value
An object of class "unit_cell". It is a named list of length 6 whose last three slots are of class "angle".
Examples
# Create a unit_cell in default (no arguments)
uc <- create_unit_cell()
print(uc)
#> This is an object of class 'unit_cell'
#> Its sides are:
#> 10.000 , 10.000 , 10.000 angstroms.
#> Its angles are:
#> 90.000 , 90.000 , 90.000 degrees.