| Line 1... |
Line 1... |
| 1 |
# File src/library/graphics/R/plot.design.R
|
1 |
# File src/library/graphics/R/plot.design.R
|
| 2 |
# Part of the R package, http://www.R-project.org
|
2 |
# Part of the R package, https://www.R-project.org
|
| 3 |
#
|
3 |
#
|
| 4 |
# Copyright (C) 1995-2014 The R Core Team
|
4 |
# Copyright (C) 1995-2014 The R Core Team
|
| 5 |
#
|
5 |
#
|
| 6 |
# This program is free software; you can redistribute it and/or modify
|
6 |
# This program is free software; you can redistribute it and/or modify
|
| 7 |
# it under the terms of the GNU General Public License as published by
|
7 |
# it under the terms of the GNU General Public License as published by
|
| Line 12... |
Line 12... |
| 12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 14 |
# GNU General Public License for more details.
|
14 |
# GNU General Public License for more details.
|
| 15 |
#
|
15 |
#
|
| 16 |
# A copy of the GNU General Public License is available at
|
16 |
# A copy of the GNU General Public License is available at
|
| 17 |
# http://www.r-project.org/Licenses/
|
17 |
# https://www.R-project.org/Licenses/
|
| 18 |
|
18 |
|
| 19 |
plot.design <-
|
19 |
plot.design <-
|
| 20 |
function(x, y = NULL, fun = mean, data = NULL, ...,
|
20 |
function(x, y = NULL, fun = mean, data = NULL, ...,
|
| 21 |
ylim = NULL, xlab = "Factors", ylab = NULL, main = NULL,
|
21 |
ylim = NULL, xlab = "Factors", ylab = NULL, main = NULL,
|
| 22 |
ask = NULL, xaxt = par("xaxt"), axes = TRUE, xtick = FALSE)
|
22 |
ask = NULL, xaxt = par("xaxt"), axes = TRUE, xtick = FALSE)
|