for each temperature of the magnetic field sweep data

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)
#>               3
#> [1,] -5.210e-09
#> [2,]  2.965e-11