Description Usage Arguments Details Value See Also
Calculates and plots the corrected Pair Distribution Function.
1 2 |
fit.results |
the return value of |
plot |
logical, whether to plot the PDF. |
rho.0 |
numeric, the atomic number density of the material: the number of atoms per unit cell divided by a volume of the unit cell. |
r.min, r.max, dr |
numerics. Function is plotted in the region |
Q.min, Q.max |
numerics. To calculate the sine-Fourier transform, the total scattering function S(Q) is "terminated" at a certain |
nsd |
numeric, the number of standard deviations to plot the uncertainty. |
gr.compare |
numeric vector. If not |
The function uses ggplot2
package for plotting. ggplot2
package can be installed by typing install.packges("ggplot2")
.
A list with elements:
r |
numeric vector of grid points |
gr |
numeric vector, indicates the corrected Pair Distribution Function. |
stdev |
numeric vector, indicates estimated standard deviation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.