Learn R Programming

breakage (version 1.1-1)

breakage-package: Estimating SICM pipette tip geometry from breakage data

Description

Functions to estimate the interior half-cone angle and tip radius of a scanning ion conductance microscope (SICM) pipette by fitting recorded changes in pipette conductance as the pipette tip is broken. See the referenced paper for a full discussion of this technique.

Arguments

Details

Package:
breakage
Type:
Package
Version:
1.1
Date:
2014-12-08
License:
Artistic 2.0
LazyLoad:
yes

References

Caldwell, M., Del Linz, S. J. L., Smart, T. G. S. and Moss, G. W. J. 2012 Method for estimating the tip geometry of scanning ion conductance microscope pipets. Anal. Chem. 84(21):8980--8984

Examples

Run this code
# load the example data set
data("break.data")

# get the bottom points
raw.points <- breakage.plot(break.data, mV=100)
## Not run: 
# # select the clusters
# clustered <- break.clust(raw.points)
# 
# # fit the tip geometry to the clustered points
# fit <- fit.breakage(clustered, rho=64)
# ## End(Not run)

Run the code above in your browser using DataLab