R multi plot log-log Label Problem
Posted
by ACEnglish
on Stack Overflow
See other posts from Stack Overflow
or by ACEnglish
Published on 2010-06-01T19:57:49Z
Indexed on
2010/06/01
20:03 UTC
Read the original article
Hit count: 178
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
© Stack Overflow or respective owner