# Example from Doersam (2004)
# (Sales of four car manufacturing firms)
sales <- c(20,50,20,10)
disp(sales)
# Supply and distribution of physicians:
data(health4)
# Medical supply in the 420 regions
disp(health4$phys_gen)
Run the code above in your browser using DataLab