# \donttest{
data(apt, package = "beezdemand")
emp <- get_empirical_measures(apt)
# Print compact summary
print(emp)
# Extended summary
summary(emp)
# Histogram of measure distributions
plot(emp)
# Scatterplot matrix
plot(emp, type = "matrix")
# }
Run the code above in your browser using DataLab