fitEllipse: Fits an ellipse model to data from...

Description Usage Examples

View source: R/fitEllipse.R

Description

Fits an ellipse model to data from getPhotoreceptorCoordinates

Usage

1
2
fitEllipse(photoreceptorCoordinates, x = "lcone", y = "mcone",
  a1 = 1, a2 = 1, alpha = 1)

Examples

1
2
3
4
5
6
7
## Not run: 
getPhotoreceptorCoordinates(path, ConeFundamentals10) %>%
 filter(patid == 1, seye == "OD", frequency == 2) %>%
 fitEllipse() %>%
 plotEllipse()

## End(Not run)

huchzi/flickerbox documentation built on May 24, 2020, 9:55 a.m.