create_detector | R Documentation |
Create a Detector object.
If the detector_name
is not available will raise an exception.
create_detector(detector_name)
detector_name |
The name of the detector |
Detector S3 object
detc <- create_detector(available_detectors[1])
detc <- create_detector("Pilatus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.