--- a
+++ b/man/c_net_update.Rd
@@ -0,0 +1,43 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/2-1.build.R
+\name{c_net_update}
+\alias{c_net_update}
+\alias{as.metanet}
+\title{Update a metanet object or transform igraph object to metanet object}
+\usage{
+c_net_update(
+  go,
+  node_break = 5,
+  edge_break = 5,
+  initialize = FALSE,
+  verbose = TRUE,
+  uniq_v_class = FALSE
+)
+}
+\arguments{
+\item{go}{a metanet object or igraph object}
+
+\item{node_break}{node_break if v_class is numeric, default: 5}
+
+\item{edge_break}{edge_break if e_type is numeric, default: 5}
+
+\item{initialize}{initialize?}
+
+\item{verbose}{verbose?}
+
+\item{uniq_v_class}{if TRUE, add prefix to v_class if multiple v_class belong to same v_group.}
+}
+\value{
+metanet
+}
+\description{
+Update a metanet object or transform igraph object to metanet object
+}
+\seealso{
+Other build: 
+\code{\link{c_net_build}()},
+\code{\link{c_net_from_edgelist}()},
+\code{\link{c_net_set}()},
+\code{\link{multi_net_build}()}
+}
+\concept{build}