I think special at spesh is thinking about the domain restrictions for functions with the R->R part.
i.e. when you write a function out, f:Domain->R,f(x)=blah
e.g. f:R->R, f(x)=x2
Ah yes, this may have confused him because it is only a convenience the way we represent a function on a single graph. The way it would supposed to be represented is to draw two real lines, and any point on the first real line is x, and has an image f(x) on the second real line.
When you look at a 2-d plane that's representing a function from R to R, what you're looking at is actually called the 'graph of f':
g : R --> R^2 (or graph(f)), where g is defined by g(x) = (x, f(x))
An example of an actual function from the plane to the plane is:
f(x,y) = (2x,3y)
Oh, so the function is just being moved or squished, but it never actually changes?
It's changing along with the change you make to the whole plane, so it IS still changing with respect to the original function.