Skip to content

Commit

Permalink
Renamed report template for scenario 1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniereinders committed Nov 12, 2024
1 parent 93c7549 commit f68dca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/scenario1-master.R
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ scenario1Server <- function(id){
)
return(x)
})
reportServer('report', params = params, report_template = "report_pdf.Rmd")
reportServer('report', params = params, report_template = "scenario1_report_pdf.Rmd")

}
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Handwriter has been tested on handwriting examples from publicly available handw
Handwriter processes handwriting by converting the writing to black and white, thinning the writing to 1 pixel in width, and following a set of rules to break the writing into component shapes called *graphs*. Graphs capture shapes, not necessarily individual letters. Graphs might be a part of a letter or contain parts of multiple letters.

```{r graphs1, echo=FALSE, fig.cap="Graphs from the first document.", fig.align="center"}
handwriter::plot_graphs(params$graphs1, ncol=5)
handwriter::plotNodes(params$graphs1)
```

```{r graphs2, echo=FALSE, fig.cap="Graphs from the second document.", fig.align="center"}
handwriter::plot_graphs(params$graphs2, ncol=5)
handwriter::plotNodes(params$graphs2)
```

## Clusters
Expand Down

0 comments on commit f68dca8

Please sign in to comment.