Description Usage Arguments Details Value
Constructs an "afm_scan" S3 object from inputs
1 2 |
scan_points |
(required) A tibble with the scan data |
scanSize |
(required) The scan size |
sampsPerLine |
(required) The samples per line |
afmLines |
(required) The number of lines |
maps |
(optional) afm maps (matrices) |
optional_params |
(optional) Any other parameters to include (see details) |
This function is typically used under the hood by afm_read_bruker, but it can be used to construct an afm_scan object from a list of values which could be useful as a control or for teaching. The first four parameters are required, while the maps and optional_params are optional. Supplied maps should be a list of matrices representing the matrix representation of different afm channels. Other parameters such as experimental details should be supplied as a list to optional_params.
An S3 object of class "afm_scan"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.