[R] g(x,y) = f(x,y) - e(x)- e(y)?

Philipp Pagel p.pagel at wzw.tum.de
Tue Apr 22 10:53:12 CEST 2008


> g(x,y) = f(x,y) - e(x)- e(y)
> These are continuous functions. I am not sure how to do this with the
> discrete equivalents in R.

Is this what you are looking for?

g <- function(x, y) {
	f(x,y) - e(x) - e(y)
}

cu
	Philipp

-- 
Dr. Philipp Pagel
Lehrstuhl für Genomorientierte Bioinformatik
Technische Universität München
Wissenschaftszentrum Weihenstephan
85350 Freising, Germany
http://mips.gsf.de/staff/pagel



More information about the R-help mailing list