Re: [R] How to extract text contexts after clustering.

2017-05-22 Thread David L Carlson
694 [13,] 48.79103 52.94654 56.35514 [14,] 45.23826 46.54912 54.46041 - David L Carlson Department of Anthropology Texas A&M University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of

Re: [R] How to extract text contexts after clustering.

2017-05-21 Thread Ismail SEZEN
1- PLEASE do read the posting guide http://www.R-project.org/posting-guide.html 2- PLEASE, first _read_ help for kmeans (?kmeans) function before using function. > On 22 May 2017, at 05:33, θ ” wrote: > > hi: > I need to extract the text contexts of top 1 group after clustering. > But I have no

[R] How to extract text contexts after clustering.

2017-05-21 Thread θ ”
hi: I need to extract the text contexts of top 1 group after clustering. But I have no idea how to sort the cluster size then extract the contexts of top 1 clusters. here is my cluster code: > file <- read.csv("SiC CMP.csv", header = TRUE) > cluster_k<-length(unique(file$Main.IPC)) > cl <- kmean