This function displays an x3p
object as an image with automatically adjusted size based on the dimensions of the x3p
object.
Arguments
- x3p
An
x3p
object representing a topographic scan.- ifhtml
A Boolean flag indicating whether the image will be embedded in HTML.
- zoom
A numeric value indicating the zoom level for the image display.
- ...
Additional parameters for
x3ptools::x3p_image
, excludingsize
andzoom
.
Examples
x3p <- x3p_subsamples[[1]]
if (interactive()) {
x3p_image_autosize(x3p)
}