silicaBerk {OEFPIL} | R Documentation |
Nanoindentation measurements data
Description
Load and depth measured with Berkovich diamond tip on fused silica material.
Data contains only unloading part of indentation curve. The relationship between Load (F) and Depth (h) is given by equation
, where
is permanent indentation depth after
removal of the load,
is fitting constant related to the indenter geometry and
power law exponent m should be from (1,2) interval.
Usage
silicaBerk
Format
The data frame contains two columns:
- Depth
nanoindentation depth, in nanometers.
- Load
load, in milinewtons.
Source
Czech Metrology Institute, Brno, Czech Republic.
Examples
attach(silicaBerk)
plot(Depth, Load, main = 'Graph of nanoindentation data', xlab = 'Depth (nm)', ylab = 'Load (mN)',
col = 'darkgreen', cex = 1)
[Package OEFPIL version 0.1.1 Index]