plot {imguR} | R Documentation |
Plot an “imgur_image” object
## S3 method for class 'imgur_image'
plot(x, ...)
## S3 method for class 'imgur_gallery_image'
plot(x, ...)
x |
An object of class “imgur_image” or “imgur_gallery_image”. |
... |
Other arguments passed to HTTP request functions, for example: |
Plot an object of class “imgur_image” or “imgur_gallery_image” in an R graphics window.
Invisibly, an object of class “imgur_image” or “imgur_gallery_image”.
Thomas J. Leeper
## Not run:
plot(get_image("vSXfU46"))
## End(Not run)