Learn R Programming

HistDAWass (version 1.0.4)

get.histo: Method get.histo: show the distribution with bins

Description

This functon return a data.frame describing the histogram of a distributionH object.

Usage

get.histo(object)

# S4 method for distributionH get.histo(object)

Arguments

object

a distributionH object.

Value

A matrix: the two columns contains the bounds of the histogram the third contains the probablity (or the relative frequency) of the bin.

Examples

Run this code
# NOT RUN {
D=distributionH(x=c(1,2,3,4),p=c(0,0.2,0.6, 1))
get.histo(D) #returns the histogram representation of D by a data.frame
# }

Run the code above in your browser using DataLab