Text drawn onto the plotting region is controlled using par like this: par(family="sans") text(5,8,"This is the default font") par(family="serif") text(5,6 ...
確定! 回上一頁