Skip to content

plotting arrows with different colors and varying head size

4 messages · Greg Snow, Jim Lemon, Héctor Villalobos

#
Look at the my.symbols function in the TeachingDemos package (along with the ms.arrows function in the same package), that may do what you want.

Hope this helps,
#
H?ctor Villalobos wrote:
Hi Hector,
The color.scale function in the plotrix package may do what you want, 
also have a look at the vectorField function. I think you will have to 
draw the arrows one at a time or rewrite the arrows function to get 
different head sizes.

Jim