Line Flatten Fit Parameters

AFM.flattenLine(
  obj,
  no = 1,
  skip = c(),
  region = NULL,
  tau_lower = 0.01,
  verbose = FALSE,
  ...
)

Arguments

obj

AFMdata image

no

channel number

skip

positions to skip (incorrect fit)

region

dataframe with `lines` and `fit.px.lower` and `fit.px.upper` for each line

tau_lower

percentage of data points to fit (1=100 percent)

verbose

logical, output useful information if TRUE

...

additional parameters like lowLimit, upperLimit, outGraphs

Value

data frame with `m` (slope) and `b` (offset) for each line of the image

Author

Thomas Gredig