Description Usage Arguments Value Examples
Calculate a list of penepma z-shifts given a list of layer spacings
1 | calculate_penepma_z_shifts(l_nm_shifts)
|
l_nm_shifts |
A list of layer thicknesses in nm. Example c(20, 50, 100, 1.0e+07) |
l_cum_sum A list of the cumulative sum values. These are printed with 15 digits to match penepma's output
1 2 3 4 5 | library(rpenepma)
# data
l_nm_shifts <- c(20, 50, 100, 1.0e+07)
l_cum_shifts_cm <- calculate_penepma_z_shifts(l_nm_shifts)
print(l_cum_shifts_cm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.