mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-05-05 02:19:28 -05:00
Major documentation and function name updates. Still more work to do.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Convert a data frame in 3D matrix format into bricks for 3D Model — bricks_from_table • brickr</title>
|
||||
<title>Convert a matrix table into a brickr 3D object — bricks_from_table • brickr</title>
|
||||
|
||||
<!-- favicons -->
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
|
||||
@@ -37,9 +37,9 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="Convert a data frame in 3D matrix format into bricks for 3D Model — bricks_from_table" />
|
||||
<meta property="og:title" content="Convert a matrix table into a brickr 3D object — bricks_from_table" />
|
||||
|
||||
<meta property="og:description" content="Convert a data frame in 3D matrix format into bricks for 3D Model" />
|
||||
<meta property="og:description" content="Convert a matrix table into a brickr 3D object" />
|
||||
|
||||
<meta property="og:image" content="/logo.png" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@@ -72,7 +72,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">brickr</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.1.0.9009</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.1.0.9011</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -123,14 +123,14 @@
|
||||
<div class="row">
|
||||
<div class="col-md-9 contents">
|
||||
<div class="page-header">
|
||||
<h1>Convert a data frame in 3D matrix format into bricks for 3D Model</h1>
|
||||
<small class="dont-index">Source: <a href='https://github.com/ryantimpe/brickr/blob/master/R/bricks_from.R'><code>R/bricks_from.R</code></a></small>
|
||||
<h1>Convert a matrix table into a brickr 3D object</h1>
|
||||
<small class="dont-index">Source: <a href='https://github.com/ryantimpe/brickr/blob/master/R/bricks-from-tables.R'><code>R/bricks-from-tables.R</code></a></small>
|
||||
<div class="hidden name"><code>bricks_from_table.Rd</code></div>
|
||||
</div>
|
||||
|
||||
<div class="ref-description">
|
||||
|
||||
<p>Convert a data frame in 3D matrix format into bricks for 3D Model</p>
|
||||
<p>Convert a matrix table into a brickr 3D object</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user