View source: R/vsm_get_Coercivity.R
vsm.get.Coercivity | R Documentation |
returns coercive field of hysteresis loop
vsm.get.Coercivity(H, M)
H |
applied magnetic field vector (Oe) |
M |
magnetization vecotr (emu) |
coercivity (Oe)
filename = vsm.getSampleFiles()[1]
d = vsm.import(filename)
d1 = vsm.getLoop(d, lp=1, direction=1 )
df = vsm.data.frame(d1)
vsm.get.Coercivity(df$H, df$M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.