Instructor Notes

Building the course


Set up R:

conda create -p path/to/conda -c conda-forge r-base pandoc

Install sandpaper as per the docs:

R

install.packages(c('sandpaper', 'varnish', 'pegboard'), c("https://carpentries.r-universe.dev/", getOption("repos")))

To build and serve interactively:

R

library('sandpaper')
sandpaper::serve()

Opening and Checking an Image


Applying Filters


Thresholding and Segmentation


Measurements


Introduction to Napari