interpolate.powdRlib: Interpolate a 'powdRlib' object onto a given 2theta scale.

Description Usage Arguments Value Examples

View source: R/interpolate.R

Description

interpolate takes a powdRlib object and interpolates the data onto a new 2theta scale using a cubic spline.

Usage

1
2
## S3 method for class 'powdRlib'
interpolate(x, new_tth, ...)

Arguments

x

a powdRlib object.

new_tth

a numeric vector of the new 2theta scale.

...

other arguments

Value

a powdRlib object.

Examples

1
2
3
4
5
6
7
data(minerals)

#Define a new 2theta scale:
tth <- seq(10, 60, 0.04)

#interpolate data onto new scale
i1 <- interpolate(minerals, new_tth = tth)

powdR documentation built on Aug. 13, 2021, 5:08 p.m.