The R Project SVN R-packages

Rev

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

Rev 7667 Rev 8117
Line 15... Line 15...
15
          col.p = "dark green", col.txt = col.p,
15
          col.p = "dark green", col.txt = col.p,
16
          col.clus = if(color) c(2, 4, 6, 3) else 5, cex = 1, cex.txt = cex,
16
          col.clus = if(color) c(2, 4, 6, 3) else 5, cex = 1, cex.txt = cex,
17
          span = TRUE,
17
          span = TRUE,
18
          add = FALSE,
18
          add = FALSE,
19
          xlim = NULL, ylim = NULL,
19
          xlim = NULL, ylim = NULL,
20
          main = paste("CLUSPLOT(", deparse(substitute(x)),")"),
20
          main = paste("CLUSPLOT(", deparse1(substitute(x)),")"),
21
          sub = paste("These two components explain",
21
          sub = paste("These two components explain",
22
             round(100 * var.dec, digits = 2), "\% of the point variability."),
22
             round(100 * var.dec, digits = 2), "\% of the point variability."),
23
          xlab = "Component 1", ylab = "Component 2",
23
          xlab = "Component 1", ylab = "Component 2",
24
          verbose = getOption("verbose"),
24
          verbose = getOption("verbose"),
25
          \dots)
25
          \dots)