View source: R/tree_detection.R
create_disk | R Documentation |
Creates a matrix with TRUE values shaping a centered disk
create_disk(width = 5)
width |
numeric. disk width in pixels, should be an uneven number |
A matrix with 1 for pixels inside the disk, 0 outside
create_disk(7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.