The R Project SVN R

Rev

Rev 77426 | Rev 77514 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77426 Rev 77431
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2019-11-15 r77425) -- "Unsuffered Consequences"
2
R Under development (unstable) (2019-11-17 r77430) -- "Unsuffered Consequences"
3
Copyright (C) 2019 The R Foundation for Statistical Computing
3
Copyright (C) 2019 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 2154... Line 2154...
2154
> ### ** Examples
2154
> ### ** Examples
2155
> 
2155
> 
2156
> points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
2156
> points.default # to see how it calls "plot.xy(xy.coords(x, y), ...)"
2157
function (x, y = NULL, type = "p", ...) 
2157
function (x, y = NULL, type = "p", ...) 
2158
plot.xy(xy.coords(x, y), type = type, ...)
2158
plot.xy(xy.coords(x, y), type = type, ...)
2159
<bytecode: 0x2b51810>
2159
<bytecode: 0x26a6dd8>
2160
<environment: namespace:graphics>
2160
<environment: namespace:graphics>
2161
> 
2161
> 
2162
> 
2162
> 
2163
> 
2163
> 
2164
> cleanEx()
2164
> cleanEx()
Line 3024... Line 3024...
3024
    if (warn.log && (par("xlog") || par("ylog"))) 
3024
    if (warn.log && (par("xlog") || par("ylog"))) 
3025
        warning("log scale:  xyinch() is nonsense")
3025
        warning("log scale:  xyinch() is nonsense")
3026
    u <- par("usr")
3026
    u <- par("usr")
3027
    xy * c(u[2L] - u[1L], u[4L] - u[3L])/par("pin")
3027
    xy * c(u[2L] - u[1L], u[4L] - u[3L])/par("pin")
3028
}
3028
}
3029
<bytecode: 0x4941ec0>
3029
<bytecode: 0x410e170>
3030
<environment: namespace:graphics>
3030
<environment: namespace:graphics>
3031
> 
3031
> 
3032
> ## plot labels offset 0.12 inches to the right
3032
> ## plot labels offset 0.12 inches to the right
3033
> ## of plotted symbols in a plot
3033
> ## of plotted symbols in a plot
3034
> with(mtcars, {
3034
> with(mtcars, {
Line 3105... Line 3105...
3105
> ### * <FOOTER>
3105
> ### * <FOOTER>
3106
> ###
3106
> ###
3107
> cleanEx()
3107
> cleanEx()
3108
> options(digits = 7L)
3108
> options(digits = 7L)
3109
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
3109
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
3110
Time elapsed:  2.242 0.06 2.311 0 0 
3110
Time elapsed:  2.867 0.049 2.931 0 0 
3111
> grDevices::dev.off()
3111
> grDevices::dev.off()
3112
null device 
3112
null device 
3113
          1 
3113
          1 
3114
> ###
3114
> ###
3115
> ### Local variables: ***
3115
> ### Local variables: ***