NL_G_GraphConnexPart extracts the largest connex component of the graph G.
Examples
n=50;//network sizeL=1000;//network square area sidedmax=100;//locality radius[g]=NL_T_Locality(n,L,dmax);//generation of a random topology in respect with the Locality method.[g1]=NL_G_GraphConnexPart(g);//application of NARVAL_G_GraphConnexi1=1;//window indexi2=2;//window indexNL_G_ShowGraphN(g,i1);//graph visualizationNL_G_ShowGraphN(g1,i2);//graph visualization