Skip to content

Commit

Permalink
fixing mariculture output
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie Frazier committed Oct 7, 2024
1 parent 1d58a79 commit 9b355be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goals/goal-models-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -621,19 +621,19 @@ Trend was calculated as described in section 5.3.1.
*Status and trend*
```{r MAR data st, results="asis", echo=FALSE, eval = FALSE}
```{r MAR data st, results="asis", echo=FALSE}
data_layers(goal="MAR", dimension=c("status", "trend"))
```
*Pressure*
```{r MAR data p, results="asis", echo=FALSE, eval = FALSE}
```{r MAR data p, results="asis", echo=FALSE}
data_layers(goal="MAR", dimension=c("pressure"))
```
*Resilience*
```{r MAR r, results="asis", echo=FALSE, eval = FALSE}
```{r MAR r, results="asis", echo=FALSE}
data_layers(goal="MAR", dimension=c("resilience"))
```
Expand Down

0 comments on commit 9b355be

Please sign in to comment.