View source: R/cry_generics_S3.R
create_merged_reflections | R Documentation |
The merged_reflections object can be created starting from specific objects, files, etc.
create_merged_reflections(ruc, ...)
ruc |
An object used to select a method. |
... |
Further arguments passed to or from other methods. |
mrefs An object of class "merged_reflections". It is a named list of length 4 whose names are:
An object of class "rec_unit_cell".
An object of class "cryst_symm".
A data frame containing the data.
A character vector containing the type of data (Miller indices, structure factors, etc).
# Create a default merged_reflections object (no arguments) mrefs <- create_merged_reflections() print(mrefs) # Create merged_reflections object from symmetry csym <- cryst_symm("P 3") mrefs <- create_merged_reflections(csym=csym) print(mrefs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.