Display an image from the Isomap face-pose dataset.
Usage
show_isomap_face(df, n, col = grDevices::gray(1:255/255), ...)Arguments
- df
Data frame containing Isomap faces, as returned by
download_isomap_faces().- n
Row index of the image to display.
- col
List of colors to use in the display.
- ...
Other arguments passed onto the
graphics::image()function.