R multi plot log-log Label Problem
- by ACEnglish
I'm trying to make a graph of a table and graph it in log space.
First of all, plot(dat) gives me the grid of graphs
Second of all, plot(dat, log="xy") gives me the correct plots of data in log space
However, plot(dat, log="xy") ruins the main diagonal's labels of names(dat)
R version 2.11.0