R画图-标题和坐标轴篇

  1. 有时候标题过长,想处理成两行,可以使用paste函数
    main=paste( substitute(…), substitute(…) )
原文地址:https://www.cnblogs.com/RyannBio/p/10592846.html