Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

Re: [R] how to write a periodic function in R?

Prof Brian Ripley

2005-07-25

Replies:

On Mon, 25 Jul 2005 lma5@(protected):

> My question is how to write a periodic function in R.
> for example if there is a function f(x) that
> f(x)=f(x+4), for -2<x<2, f(x)=x
> how to write it in R?

f((x+2)%%4 - 2) is one way.


--
Brian D. Ripley,            ripley@(protected)
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

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.