dist_corner | R Documentation |
A function to calculate pixel distances from the closest corner
dist_corner(detector)
detector |
Detector object |
Matrix containing pixel distances from closest corner
# Create a detector
detector_pilatus <- create_detector("Pilatus")
# Calculate distance from pixels to corners
dist_corner(detector_pilatus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.