degelder: Powder pattern data by Rene de Gelder

Description Usage Format Source Examples

Description

X-ray powder patterns of 131 crystallographic structures, contributed by Rene de Gelder.

Usage

1

Format

This yields a list with three components: the first component, '"patterns"', is a matrix of 131 rows and 441 variables, containing the powder patterns; the second component is "thetas", the 2theta values at which intensities have been measured. The final component, '"properties"', gives information on the crystallographic properties of the structures.

Source

Rene de Gelder, Institute of Molecules and Materials, Radboud University Nijmegen.

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(degelder)
set.seed(1)
geldermap <- wccsom(degelder$patterns, somgrid(6, 6, "hexagonal"))
options(digits = 3)
summary(geldermap, "unit", nr=1, properties = degelder$properties)

## End(Not run)

wccsom documentation built on May 30, 2017, 12:52 a.m.

Related to degelder in wccsom...