search for: ciudadana

Displaying 3 results from an estimated 3 matches for "ciudadana".

2014 Jul 28
2
wordcloud y tabla de palabras
...word = names(v05), freq=v05) > > df13<-data.frame(word = names(v13), freq=v13) > > wordcloud(df05$word,df05$freq) > There were 50 or more warnings (use warnings() to see the first 50) > > head(df05) > word freq > seguridad seguridad 56 > ciudadana ciudadana 40 > funcionarios funcionarios 33 > policiales policiales 32 > nacional nacional 28 > policial policial 28 > > > wordcloud(df13$word,df13$freq) > There were 34 warnings (use warnings() to see them) > > > head(df13) >...
2014 Jul 29
2
wordcloud y tabla de palabras [Avanzando]
...referencia, y acá más >> abajo reproduzco el código: >> Versión de R: 3.1.1 >> >> >> #### >> require(tm) >> require(wordcloud) >> require(Rcpp) >> require(slam) >>> info.05<-readLines("./PLANIFICACION/Informes/2005/05_seguridad_ciudadana.txt", encoding="UTF-8") >>> info.13<-readLines("./PLANIFICACION/Informes/2013/2013_21SeguridadCiudadana.txt", encoding="UTF-8") >>> info.05<-iconv(enc2utf8(info.05), sub="byte") >>> info.13<-iconv(enc2utf8(info.13), su...
2014 Jul 25
3
wordcloud y tabla de palabras
...1 1 1 1 1 ... .. ..$ v : num [1:1540] 1 5 8 1 1 1 1 3 1 1 ... .. ..$ nrow : int 1540 .. ..$ ncol : int 1 .. ..$ dimnames:List of 2 .. .. ..$ Terms: [1:1540] "070812" "100" "100000" "117735" ... .. .. ..$ Docs : "2013_21SeguridadCiudadana.txt" .. ..- attr(*, "class")= [1:2] "TermDocumentMatrix" "simple_triplet_matrix" .. ..- attr(*, "weighting")= [1:2] "term frequency" "tf" $ :List of 2 ..$ name: "2005" ..$ tdm :List of 6 .. ..$ i : int [1...