# NOT RUN {
data(CP.example)
str(CP.example)
## Visualization of the object
image(x = CP.example$ploidy,
y = CP.example$cellularity,
z = CP.example$lpp)
## A better plot
cp.plot(CP.example)
cp.plot.contours(CP.example, add = TRUE)
# }
Run the code above in your browser using DataLab