Description Usage Arguments Details Value See Also Examples
View source: R/feasible_point.R
is_feasible_point will determine if a given point is in the interior
of the intersection of one or more fully specified ellipes.
| 1 | is_feasible_point(point, ell)
 | 
| point | a numeric of length equal to the dimensions of the ellipses in
 | 
| ell | a list of at least one ellipse; see  | 
Given a point is_feasible_point will check if this point is in the
intersection of the list of ellipses ell. Note that this function will
not check if the intersection is non-empty.
is_feasible_point returns an object of
class "is_feasible_point". This object is a list
containing the following components:
| point  |  the inputted  | 
| fasible  |  logical; is  | 
| distance  |  a data.frame with the distance from  | 
| call  | the match call. | 
wrangle_ellipse for detailed on ellipse
parameterization.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.