View source: R/AFM.artificialImage.R
| AFM.artificialImage | R Documentation |
generates an AFMdata object, which is sometimes useful for testing algorithms or models or to explore AFM data numerically.
AFM.artificialImage(
width = 10,
height = 10,
minZ = 0,
maxZ = 100,
imageWidth = 1000,
imageHeight = 1000,
type = c("random", "gradient", "calibration"),
addNoise = TRUE,
verbose = TRUE
)
width |
width in pixels |
height |
height in pixels |
minZ |
minimum z height |
maxZ |
maximum z height |
imageWidth |
width of image in nm |
imageHeight |
height of image in nm |
type |
can be random gradient calibration |
addNoise |
if |
verbose |
if |
AFMdata object
Thomas Gredig
a = AFM.artificialImage(type='calibration') plot(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.