Hi Shabnam,
Thanks for your question.
from ?mapBubbles you should see that :
nameZSize
name of column containing numeric variable to set symbol size
nameZColour
name of column containing variable to set symbol colour
Hopefully the short example below should help. Buuble size is set from population and colour from continent.
mapBubbles(dF=getMap(), nameZSize="POP_EST", nameZColour="continent")
#use this to look at the columns
str(getMap()@data)
If you have any other questions do ask.
I've also posted this to the rworldmap mailing list, to help others and/or for them to help you.
Best wishes,
Andy