# NOT RUN {
#load some data
data(sim_profile);
#run a basic agnes clustering with 3 clusters
cm <- agnes_clmem(sim_profile,3);
#pass some more complex parameters
agnes_params = list(metric='manhattan',method='single');
cm <- agnes_clmem(sim_profile, 3,params=agnes_params);
# }
Run the code above in your browser using DataLab