The R Project SVN R

Rev

Rev 80951 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80951 Rev 81060
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2021-09-17 r80929) -- "Unsuffered Consequences"
2
R Under development (unstable) (2021-10-13 r81047) -- "Unsuffered Consequences"
3
Copyright (C) 2021 The R Foundation for Statistical Computing
3
Copyright (C) 2021 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu (64-bit)
4
Platform: x86_64-pc-linux-gnu (64-bit)
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 2169... Line 2169...
2169
> ### ** Examples
2169
> ### ** Examples
2170
> 
2170
> 
2171
> points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
2171
> points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
2172
function (x, y = NULL, type = "p", ...) 
2172
function (x, y = NULL, type = "p", ...) 
2173
plot.xy(xy.coords(x, y), type = type, ...)
2173
plot.xy(xy.coords(x, y), type = type, ...)
2174
<bytecode: 0x4f01600>
2174
<bytecode: 0x4e93d78>
2175
<environment: namespace:graphics>
2175
<environment: namespace:graphics>
2176
> 
2176
> 
2177
> 
2177
> 
2178
> 
2178
> 
2179
> cleanEx()
2179
> cleanEx()
Line 3039... Line 3039...
3039
    if (warn.log && (par("xlog") || par("ylog"))) 
3039
    if (warn.log && (par("xlog") || par("ylog"))) 
3040
        warning("log scale:  xyinch() is nonsense")
3040
        warning("log scale:  xyinch() is nonsense")
3041
    u <- par("usr")
3041
    u <- par("usr")
3042
    xy * c(u[2L] - u[1L], u[4L] - u[3L])/par("pin")
3042
    xy * c(u[2L] - u[1L], u[4L] - u[3L])/par("pin")
3043
}
3043
}
3044
<bytecode: 0x42a4140>
3044
<bytecode: 0x42300b8>
3045
<environment: namespace:graphics>
3045
<environment: namespace:graphics>
3046
> 
3046
> 
3047
> ## plot labels offset 0.12 inches to the right
3047
> ## plot labels offset 0.12 inches to the right
3048
> ## of plotted symbols in a plot
3048
> ## of plotted symbols in a plot
3049
> with(mtcars, {
3049
> with(mtcars, {
Line 3120... Line 3120...
3120
> ### * <FOOTER>
3120
> ### * <FOOTER>
3121
> ###
3121
> ###
3122
> cleanEx()
3122
> cleanEx()
3123
> options(digits = 7L)
3123
> options(digits = 7L)
3124
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
3124
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
3125
Time elapsed:  2.623 0.089 2.767 0 0 
3125
Time elapsed:  4.232 0.076 4.331 0 0 
3126
> grDevices::dev.off()
3126
> grDevices::dev.off()
3127
null device 
3127
null device 
3128
          1 
3128
          1 
3129
> ###
3129
> ###
3130
> ### Local variables: ***
3130
> ### Local variables: ***