<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: wTO.in.line</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="https://rpkg.net/assets/examples.css" /> </head><body> <table width="100%" summary="page for wTO.in.line"><tr><td>wTO.in.line</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>wTO.in.line</h2> <h3>Description</h3> <p>Transforms a correlation matrix into the line format. </p> <h3>Usage</h3> <pre> wTO.in.line(d) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>d</code></td> <td> <p>correlation matrix to be converted into the line format.</p> </td></tr> </table> <h3>Value</h3> <p>the wTO matrix into a data.frame: Node1, Node2 and wTO. </p> <h3>Author(s)</h3> <p>Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de> </p> </body></html>