Skip to content

Commit

Permalink
updated highdim.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbartlein committed Mar 8, 2024
1 parent 96444e9 commit f8990b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/highdim.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ <h2><span class="header-section-number">5.2</span> Cube plot</h2>
<span id="cb76-2"><a href="#cb76-2" tabindex="-1"></a>cutpts <span class="ot">&lt;-</span> <span class="fu">c</span>(<span class="sc">-</span><span class="dv">40</span>,<span class="sc">-</span><span class="dv">10</span>,<span class="sc">-</span><span class="dv">5</span>,<span class="sc">-</span><span class="dv">2</span>,<span class="sc">-</span><span class="dv">1</span>,<span class="dv">0</span>,<span class="dv">1</span>,<span class="dv">2</span>,<span class="dv">5</span>,<span class="dv">10</span>,<span class="dv">20</span>)</span>
<span id="cb76-3"><a href="#cb76-3" tabindex="-1"></a>col <span class="ot">=</span> <span class="fu">rev</span>(<span class="fu">brewer.pal</span>(<span class="dv">10</span>,<span class="st">&quot;RdBu&quot;</span>))</span>
<span id="cb76-4"><a href="#cb76-4" tabindex="-1"></a><span class="fu">cubeView</span>(tmp2_stars, <span class="at">at=</span>cutpts, <span class="at">col.regions=</span>col)</span></code></pre></div>
<p><img src="images/TraCE_brick.png" /></p>
<p><img src="images/tr21cube.png" /></p>
<p>To save the interactive cubeplot, in the RStudio Plots window, click
on Export &gt; Save as Web Page…</p>
<p>Here is a link to the plot on the server: <a
Expand Down
Binary file added docs/images/tr21cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion highdim.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ col = rev(brewer.pal(10,"RdBu"))
cubeView(tmp2_stars, at=cutpts, col.regions=col)
```

![](images/TraCE_brick.png)
![](images/tr21cube.png)

To save the interactive cubeplot, in the RStudio Plots window, click on Export > Save as Web Page...

Expand Down
Binary file added images/tr21cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8990b9

Please sign in to comment.