Skip to content

Commit

Permalink
update readme with demo transparency
Browse files Browse the repository at this point in the history
mckennapsean committed Jan 7, 2015

Verified

This commit was signed with the committer’s verified signature.
WenyXu Weny Xu
1 parent 1879394 commit b7e725f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/scorr.Rd
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@ rownames(data) = names

# start up the s-CorrPlot interactive display
# disable density estimation since random data is spread out
scorr(data)
scorr(data, alpha = 0.2)

# get the number of variables or points on the screen
scorr.get.size()
@@ -263,7 +263,7 @@ scorr.highlight.name(c("name-45", "name-101"))

# create a static plot of our current view
# must have called scorr() first in order to use the get functions!
scorr.plot(data, scorr.get.primary(), scorr.get.secondary())
scorr.plot(data, scorr.get.primary(), scorr.get.secondary(), 0.2)

# before closing R, be sure to close the s-CorrPlot!
# you can call the function below or just press 'q' in the tool

0 comments on commit b7e725f

Please sign in to comment.