ome_zarr
R/plot.R
plot.ome_zarr.Rd
Plot an ome_zarr object.
# S3 method for class 'ome_zarr' plot(x, level = 1, ...)
An ome_zarr object.
Integer. The scale level to plot. Defaults to 1 (the highest resolution).
1
Additional arguments passed to plot().
plot()
if (FALSE) { # \dontrun{ x <- ome_read( "https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0076A/10501752.zarr" ) plot(x) } # }