displayIn3D: Display a 3D image of an AFMImage and store it on disk.

Description Usage Arguments Author(s)

View source: R/AFM3DPrinter.R

Description

Display a 3D image of an AFMImage and store it on disk if fullfilename variable is set. It uses the rgl package.

Usage

1
displayIn3D(AFMImage, width, fullfilename, changeViewpoint, noLight)

Arguments

AFMImage

the AFM image to be displayed in three dimensions.

width

(optional) width of the image. Default is 512 pixels. Note: width can't be superior to screen resolution.

fullfilename

(optional) the directory and filename to save the png of the 3D image. If this variable is missing, the function will not save on disk the 3D image.

changeViewpoint

(optional) if TRUE, the viewpoint is changed. Default is TRUE.

noLight

if TRUE, the ligth is set off

Author(s)

M.Beauvais


AFM documentation built on Oct. 23, 2020, 5:23 p.m.

Related to displayIn3D in AFM...