histogram: Histogram of pixel intensitie

Description Usage Arguments Examples

View source: R/histogram.R

Description

This function displays a histogram of pixel intensities from images. This is a wrapper function for hist.

Usage

1
2
histogram(x, breaks = 512, xlim = c(0, 1), ylim = NULL, main = "",
  col = "black")

Arguments

x

An image of Image or imagedata class or an array.

breaks

A single number giving the number of cells for the histogram.

xlim, ylim

the range of x and y values with sensible defaults.

col

A colour to be used to fill the bars.

Examples

1

tkatsuki/dipr documentation built on April 19, 2021, 7:18 p.m.