vsm.getSusceptibility: Returns the susceptibility background (high H)

View source: R/vsm_getSusceptibility.R

vsm.getSusceptibilityR Documentation

Returns the susceptibility background (high H)

Description

for each temperature of the magnetic field sweep data

Usage

vsm.getSusceptibility(obj, direction = -1, singleLoop = FALSE)

Arguments

obj

VSMdata object

singleLoop

if TRUE, will evaluate only one loop regardless of temperature

sweepDirection

+1 or -1 for the direction to use for fit (-1 default)

Value

VSM data frame with sweepData column

Examples

filename = vsm.getSampleFiles()[1]
d = vsm.import(filename)
d1 = vsm.getLoop(d,direction = -1)
vsm.getSusceptibility(d1, direction=-1)

thomasgredig/quantumPPMS documentation built on Feb. 21, 2024, 1:13 a.m.