Learn R Programming

OpenMindat (version 1.0.1)

spacegroupsets_cclass: spacegroupsets that match a given crystalclass ID (integer)

Description

: Queries a list of spacegroupsets that match a given crystalclass ID

Usage

spacegroupsets_cclass(crystalclass_id, ...)

Value

df, a data frame of spacegroup

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.

Examples

Run this code
if (FALSE) {
df <-spacegroupsets_cclass(2)
}

Run the code above in your browser using DataLab