Skip to content

Commit 3ebe761

Browse files
committed
Deploying to gh-pages from @ 94ac21d 🚀
1 parent 8ec0140 commit 3ebe761

67 files changed

Lines changed: 3402 additions & 3217 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84.8 KB
Loading
7.14 KB
Loading
173 Bytes
Loading

articles/Import.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/Import.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ names(strabo_data)
252252
``` r
253253

254254
plot(strabo_data$linear, col = assign_col_d(strabo_data$data$spot_id))
255+
#> Warning in (function (n) : This manual palette can handle a maximum of 8
256+
#> values. You have supplied 93
255257
title(main = 'All linear elements')
256258
```
257259

@@ -269,6 +271,8 @@ indices have been measured simultaneously (e.g. as a fault).
269271

270272
Pair(strabo_data$planar, strabo_data$linear) |>
271273
plot(col = assign_col_d(strabo_data$data$spot_id))
274+
#> Warning in (function (n) : This manual palette can handle a maximum of 8
275+
#> values. You have supplied 93
272276
title(main = 'Planar+Linear')
273277
```
274278

@@ -307,6 +311,8 @@ the list, including the orientation data:
307311

308312
strabo_prj_subset <- subset(strabo_prj, strabo_prj$data$quality > 3)
309313
plot(strabo_prj_subset$linear, col = assign_col_d(strabo_prj_subset$data$spot_id))
314+
#> Warning in (function (n) : This manual palette can handle a maximum of 8
315+
#> values. You have supplied 78
310316
title(main = 'Subset of linear elements')
311317
```
312318

-53.8 KB
Loading
-383 KB
Loading
-46.5 KB
Loading

articles/Plots.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/Plots.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ data(strabo_prj)
104104
my_pairs <- Pair(strabo_prj$planar, strabo_prj$linear)
105105

106106
plot(my_pairs, col = assign_col_d(strabo_prj$data$spot_id))
107+
#> Warning in (function (n) : This manual palette can handle a maximum of 8
108+
#> values. You have supplied 93
107109
title("Pairs")
108110
```
109111

@@ -119,6 +121,8 @@ transpression).
119121
``` r
120122

121123
balebrun_plot(my_pairs, col = assign_col_d(strabo_prj$data$spot_id), pch = 16)
124+
#> Warning in (function (n) : This manual palette can handle a maximum of 8
125+
#> values. You have supplied 93
122126
```
123127

124128
![](Plots_files/figure-html/bale-1.png)

0 commit comments

Comments
 (0)