# NOT RUN {
# example data:
# -------------
data(ips.16S)
# number of potentially-informative sites:
# ----------------------------------------
pis(ips.16S, what = "abs")
# proportion of potentially-informative sites:
# --------------------------------------------
pis(ips.16S, what = "frac")
# indeces of potentially-informative sites:
# --------------------------------------------
pis(ips.16S, what = "ind")
# }
Run the code above in your browser using DataLab