read_xrd | R Documentation |
Produces a tibble of intensity and 2-theta vales
read_xrd(path, scaled = TRUE, min_tth = 4, max_tth = 40)
path |
Character. full path to file |
scaled |
Logical. Whether to normalize intensity to maximum value (default |
min_tth |
minimum value for 2-theta to keep (default 4) |
max_tth |
maximum value for 2-theta to keep (default 40) |
Tibble with 2 columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.