search for: graph_from_adjacency_matrix

Displaying 5 results from an estimated 5 matches for "graph_from_adjacency_matrix".

2017 Nov 03
2
Problem with r project in ubuntu xenial
...ion on Internet. First of all I can not change locale to greek by getting this message: "In Sys.setlocale("LC_CTYPE", "Greek") : OS reports request to set locale to "Greek" cannot be honored" Second and more serious is that I can not use some functions like graph_from_adjacency_matrix or print_all I get these messeges: "could not find function "graph_from_adjacency_matrix"" "could not find function "print_all"". I am using R version 3.4.2 (2017-09-28) -- "Short Summer" either on rstudio or ubuntu terminal. On my pc I also run win...
2017 Nov 04
2
Problem with r project in ubuntu xenial
...the character set by Sys.setlocale("LC_CTYPE") that implies a different character set during a session may not work and are likely to lead to some confusion because it may not affect the native encoding. >> Second and more serious is that I can not use some functions like >> graph_from_adjacency_matrix or print_all I get these messeges: >> "could not find function "graph_from_adjacency_matrix"" >> "could not find function "print_all"". > > Missing library(igraph)? > > -pd > >> I am using R version 3.4.2 (2017-09-28) -- &q...
2017 Nov 07
2
Problem with r project in ubuntu xenial
..." <gbalas07 at gmail.com> wrote: > -Well it seems that it is getting "el_GR.UTF-8" but still I am not able > to read files written in greek, there are only "????" instead of letters. > -Also, I forgot to mention that I do load igraph library when I try "graph_from_adjacency_matrix". > When I check igraph in packages dialog I can not see functions with > underscores between words, only dots. > > 2017-11-04 2:22 GMT+02:00 David Winsemius <dwinsemius at comcast.net>: > >> >> > On Nov 3, 2017, at 5:09 PM, peter dalgaard <pdalgd at gmai...
2017 Nov 04
0
Problem with r project in ubuntu xenial
-Well it seems that it is getting "el_GR.UTF-8" but still I am not able to read files written in greek, there are only "????" instead of letters. -Also, I forgot to mention that I do load igraph library when I try "graph_from_adjacency_matrix". When I check igraph in packages dialog I can not see functions with underscores between words, only dots. 2017-11-04 2:22 GMT+02:00 David Winsemius <dwinsemius at comcast.net>: > > > On Nov 3, 2017, at 5:09 PM, peter dalgaard <pdalgd at gmail.com> wrote: > > >...
2017 Nov 04
0
Problem with r project in ubuntu xenial
...Greek locale is likely not called "Greek" outside of Windows. More likely "el_GR.UTF-8" or thereabouts (check your locale database, I'm on a Mac). These things are not standardized across platforms. > Second and more serious is that I can not use some functions like > graph_from_adjacency_matrix or print_all I get these messeges: > "could not find function "graph_from_adjacency_matrix"" > "could not find function "print_all"". Missing library(igraph)? -pd > I am using R version 3.4.2 (2017-09-28) -- "Short Summer" either on rstu...