medoid {condvis2} | R Documentation |
Finds medoid of data
medoid(data, maxn = 4000)
data |
A dataframe |
maxn |
For datasets with more than maxn rows, use maxn randomly selected rows. |
A dataframe with one row, which is the medoid of the data, based on (standardised) daisy dist
medoid(mtcars)