summary.afmdata {afmToolkit} | R Documentation |
Summary of an afmdata
class object.
Description
This function sumarizes the main features of an afmdata object and, optionnaly plots all segments available with all parameters estimated.
Usage
## S3 method for class 'afmdata'
summary(object, plt = TRUE, ...)
Arguments
object |
An object of |
plt |
Logical variable. If TRUE plots all available segments with all available data. |
... |
Additional arguments (for compatibility with |
Examples
## 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)
[Package afmToolkit version 0.0.1 Index]