vsm.get.Coercivity: returns coercive field of hysteresis loop

View source: R/vsm_get_Coercivity.R

vsm.get.CoercivityR Documentation

returns coercive field of hysteresis loop

Description

returns coercive field of hysteresis loop

Usage

vsm.get.Coercivity(H, M)

Arguments

H

applied magnetic field vector (Oe)

M

magnetization vecotr (emu)

Value

coercivity (Oe)

Examples

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)

thomasgredig/quantumPPMS documentation built on Dec. 15, 2024, 11:39 p.m.