Hello I would like to know how I can get inverse sinus in degrees. sin(90) >>>1 ; inv_fun_sin(1) >>>90. what should "inv_fun_sin" be in R ? thanks in advance Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}
asin(), but both sin() and asin() are in radians so you appear to want 180/pi * asin(x) On Mon, 13 Oct 2003, temiz wrote:> Hello > > I would like to know how I can get inverse sinus in degrees. > sin(90) >>>1 ; inv_fun_sin(1) >>>90. > what should "inv_fun_sin" be in R ? > > thanks in advance > > Ahmet Temiz > General Directory of Disaster Affairs > Ankara TURKEY-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
> > >>Hello >> >>I would like to know how I can get inverse sinus in degrees. >>sin(90) >>>1 ; inv_fun_sin(1) >>>90. >>what should "inv_fun_sin" be in R ? >> >>thanks in advance >> >>Ahmet Temiz >>General Directory of Disaster Affairs >>Ankara TURKEY >> >> > > >thank you all people for your help ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}