Skip to content

Commit 3afa67c

Browse files
committed
some new plots in force-level2-report template + fix of empty sensor
1 parent e26a0c0 commit 3afa67c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rstats/force-level2-report.Rmd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,6 @@ fig <- plot_ly(data = data %>%
224224
fig
225225
```
226226

227-
```{r plot-l1-ts, echo = FALSE, warning = FALSE}
228-
fig <- plot_ly(data = data %>%
229-
count(sensor, ts),
230-
x = ~ts, y = ~n, color = ~sensor, type = "bar") %>%
231-
layout(yaxis = list(title = "# of L1 images"), barmode = "stack")
232-
fig
233-
```
234-
235227

236228
# Number of Level 2 images
237229

0 commit comments

Comments
 (0)