vsm.hystStatsLoop: Statistics for one Hysteresis Loop

View source: R/vsm_hystStatsLoop.R View source: R/vsm.hystStats.R

vsm.hystStatsLoopR Documentation

Statistics for one Hysteresis Loop

Description

Retrieve statistics for one loop, if you need to get statistics for all loops in the VSMdata object, then use vsm.hystStat() instead

Retrieve statistics for one loop, if you need to get statistics for all loops in the VSMdata object, then use vsm.hystStat() instead

Usage

vsm.hystStatsLoop(obj, loop = 1, direction = 1)

vsm.hystStatsLoop(obj, loop = 1, direction = 1)

Arguments

obj

VSMdata object

loop

number of the loop

direction

+1 or -1 for direction of applied field

Value

list or NULL if not a "MvsH" type

list or NULL if not a "MvsH" type

Examples

filename = vsm.getSampleFiles()[1]
d = vsm.import(filename)
vsm.hystStatsLoop(d)

filename = vsm.getSampleFiles()[1]
d = vsm.import(filename)
vsm.hystStatsLoop(d)


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