# Including data.frame: data in workspace.
data("dataICHS")
# Column names of data.frame: data
names(dataICHS)
# Data set type of columns of data.frame: data.
str(dataICHS)
# Visualization of sample A45
#The following code should display a graphic with all samples in green dots and sample
# A45 as red big dot
ICHS("A45",dataICHS)
Run the code above in your browser using DataLab