checks if the object is an AFM image

AFM.isImage(obj)

Arguments

obj

AFMdata object

Value

TRUE if object is an AFM image, FALSE for frequency image

Author

Thomas Gredig

Examples

d = AFM.import(AFM.getSampleImages(type='ibw'))
AFM.isImage(d)
#> [1] TRUE