powered by
semilogx(x, y, ...) semilogy(x, y, ...)loglog(x, y, ...)
loglog(x, y, ...)
plot
log=
x <- logspace(-1, 2) loglog(x, exp(x), type = 'b')
Run the code above in your browser using DataLab