spacegroups_cclass {OpenMindat} | R Documentation |
spacegroups that match a given crystalclass ID (integer)
Description
: Queries a list of spacegroup that match a given crystalclass ID
Usage
spacegroups_cclass(crystalclass_id, ...)
Arguments
crystalclass_id |
integer crystalclass ID . The field "crystalclass_id" is a integer of crystalclass ID. |
... |
Further parameters like "sgtext"(space group text) .Other optional arguments-Additional arguments. |
Details
This function filter data by a given given crystalclass ID.
Value
df, a data frame of spacegroup
Examples
## Not run:
df <-spacegroups_cclass(2)
## End(Not run)
[Package OpenMindat version 1.0.1 Index]