Fits an ellipse model to data from getPhotoreceptorCoordinates
1 2 | fitEllipse(photoreceptorCoordinates, x = "lcone", y = "mcone",
a1 = 1, a2 = 1, alpha = 1)
|
1 2 3 4 5 6 7 | ## Not run:
getPhotoreceptorCoordinates(path, ConeFundamentals10) %>%
filter(patid == 1, seye == "OD", frequency == 2) %>%
fitEllipse() %>%
plotEllipse()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.