blue sky wrote: > I don't find print.list. Could somebody let me know which method is > called when I run command print(a_list), where a_list is a list? Is > 'print.default' used for printing a list? Yes. You can always debug functions to investigate what's going on, too. See ?debug.