Print a description of a Density object in a human friendly format.

# S3 method for Density
print(x, print = TRUE, ...)

Arguments

x

A Density object.

print

An optional logical indicating whether the description should be printed out.

...

Further arguments passed to cat.

Value

A character string with the density description.