We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8e655 commit 7f2cf0aCopy full SHA for 7f2cf0a
docs/developers/view_land.R
@@ -0,0 +1,17 @@
1
+library(dplyr)
2
+library(bulletxtrctr)
3
+library(x3ptools)
4
+library(rgl)
5
+library(randomForest)
6
+library(ggplot2)
7
+library(readr)
8
+library(nbtrd)
9
+
10
11
+cts <- read_bullet("/Users/stephanie/Documents/cts_set/scans/test_19-527_sample_F2/Item 1/Bullet A")
12
+image_x3p(cts$x3p[[1]])
13
+snapshot3d(filename ="~/Documents/CTS19.1.A.png")
14
15
+hamby <- read_bullet("/Users/stephanie/Documents/hamby44_high_res/Barrel 1/Bullet 1")
16
+image_x3p(hamby$x3p[[2]])
17
+snapshot3d(filename ="~/Documents/hamby44.1.2.png")
0 commit comments