summary: Summary of an 'afmdata' class object.

Description Usage Arguments Examples

Description

This function sumarizes the main features of an afmdata object and, optionnaly plots all segments available with all parameters estimated.

Usage

1
2
## S3 method for class 'afmdata'
summary(object, plt = TRUE, ...)

Arguments

object

An object of afmdata class.

plt

Logical variable. If TRUE plots all available segments with all available data.

...

Additional arguments (for compatibility with summary)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: path <- path.package("afmToolkit")
data <- afmReadJPK("force-save-JPK-3h.txt.gz", path = path)
data <- afmContactPoint(data, width = 20, mul1 = 1, mul2 = 10)
data <- afmDetachPoint(data, width = 20, mul1 = 2, mul2 = 30)
data <- afmBaselineCorrection(data)
data <- afmAdhesionEnergy(data, width = 20, mul = 10)
data <- afmZeroPointSlope(data, segment = "approach")
data <- afmIndentation(data)
data <- afmYoungModulus(data, thickness = 1e-7, params = list(alpha = 22),
                        silent = TRUE)
data <- afmExpDecay(data, nexp = 2, type = "CH")
summary(data)
## End(Not run)                        

afmToolkit documentation built on May 1, 2019, 9:20 p.m.