CONAN.utils.get_orbital_elements.get_xyz
========================================

.. py:method:: CONAN.utils.get_orbital_elements.get_xyz(aR=None, inc=None)

   Get the x,y,z coordinates of the planet in the orbital plane
   following the equations in Winn 2010 (https://arxiv.org/abs/1001.2010)

   :param aR: semi-major axis over stellar radius
   :type aR: float
   :param inc: inclination in radians
   :type inc: float

   :returns: **x, y, z** -- x, y, z coordinates of the planet in the orbital plane.
   :rtype: array-like

