--- a
+++ b/man/Networking.Rd
@@ -0,0 +1,39 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/Networking.R
+\name{Networking}
+\alias{Networking}
+\title{Plotting the network.}
+\usage{
+Networking(
+  data,
+  FileName = NULL,
+  species = "9606",
+  plot_width = 25,
+  plot_height = 15,
+  retries = 3
+)
+}
+\arguments{
+\item{data}{A gene list.}
+
+\item{FileName}{A string vector showing the name to be used to save the
+resulted network. If `NULL`, the network will be saved to a temporary
+directory}
+
+\item{species}{The taxonomy name/id. Default is "9606" for Homo sapiens.}
+
+\item{plot_width}{Plot width}
+
+\item{plot_height}{Plot height}
+
+\item{retries}{maximum number of attempts to connect to the STRING api.}
+}
+\value{
+A plot of the network
+}
+\description{
+This function uses STRING API to plot the network.
+}
+\references{
+https://string-db.org/api/
+}