I download two packages R Hmisc and TeachingDemos , which contain the subplot() function. First, I download the Hmisc package, and it seems that after that I use the subplot() function from Hmisc . This happens even when I first load the TeachingDemos library.
How can I use the subplot() function from the TeachingDemos package, even if the Hmisc package Hmisc also loaded?
source share