calculate_cell_volume.unit_cell | R Documentation |
Method of the S3 generic class "calculate_cell_volume", to calculate the volume, in cubic angstroms, of the unit cell corresponding to the input object of class "unit_cell".
## S3 method for class 'unit_cell' calculate_cell_volume(x, ...)
x |
An object of class "unit_cell". |
... |
Additional arguments passed to the calculate_cell_volume methods |
A positive numeric, the volume in cubic angstroms of the unit cell corresponding to the input.
# Create a monoclinic cell bt <- bravais("mP") uc <- create_unit_cell(bt) print(uc) # Calculate cell volume calculate_cell_volume(uc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.