I'm trying to make a conceptual visualization of a system with two stable areas in a $2$-dimensional possibility space. To do this I want to produce a vector field showing the direction the system will tend to evolve towards from any given point in possibility space. What I want to end up with is something like this:
All the vectors point towards either the center of the bottom left hand quadrant or the top right hand quadrant. I can make a nice visualization of a vector function using $R$, but I need a mathematical function that describes the vector field that I want. Is there a simple function that will produce such a vector field?

Well, in case anyone is wondering, an answer is:
enter image description here
and the working R script is here.