-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot.cca with optimize=TRUE and ordipointlabel in pipe #674
Commits on Jul 19, 2024
-
ordipointlabel can be used in a pipe ... almost
Arg 'add = TRUE' needs tweaking: points are currently drawn only with 'add = FALSE'.
Configuration menu - View commit details
-
Copy full SHA for 3a23391 - Browse repository at this point
Copy the full SHA 3a23391View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b8d92b - Browse repository at this point
Copy the full SHA 3b8d92bView commit details -
plot.ordipointlable: message on size differences of new and original
10% difference in graphic device dimensions triggers message. mar() is not checked, but it also influences plot size.
Configuration menu - View commit details
-
Copy full SHA for c60754a - Browse repository at this point
Copy the full SHA c60754aView commit details
Commits on Jul 21, 2024
-
ordipointlabel: tweak optimization rules
- try more times: now 64 (was 48) means that on average each position is tried 8 times (was 6). - a bit more detailed and stronger penalty: now against moving towards origin and against corners.
Configuration menu - View commit details
-
Copy full SHA for 5a74486 - Browse repository at this point
Copy the full SHA 5a74486View commit details
Commits on Jul 22, 2024
-
ordipointlabel: do not pass dot args to ordiplot(..., type="n")
Triggers false warnings if using args for scores(), for instance.
Configuration menu - View commit details
-
Copy full SHA for 2c1f98e - Browse repository at this point
Copy the full SHA 2c1f98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e457e - Browse repository at this point
Copy the full SHA b3e457eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1beab - Browse repository at this point
Copy the full SHA 5b1beabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6988979 - Browse repository at this point
Copy the full SHA 6988979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6742b76 - Browse repository at this point
Copy the full SHA 6742b76View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8598554 - Browse repository at this point
Copy the full SHA 8598554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 937466f - Browse repository at this point
Copy the full SHA 937466fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4479b6 - Browse repository at this point
Copy the full SHA b4479b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395c3b6 - Browse repository at this point
Copy the full SHA 395c3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c28d06 - Browse repository at this point
Copy the full SHA 1c28d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2374ce0 - Browse repository at this point
Copy the full SHA 2374ce0View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dbb747 - Browse repository at this point
Copy the full SHA 5dbb747View commit details -
text.ordiplot and hence plot.cca can optimize text locations
Function text.ordiplot gains arg 'optimize' to call ordipointlabel to move text to reduce overlap, but put a point in the exact location. Function plot.cca uses text.ordiplot and gains the same ability. For instance, plot(cca(dune), spe.par = list(optimize=TRUE)).
Configuration menu - View commit details
-
Copy full SHA for d60b652 - Browse repository at this point
Copy the full SHA d60b652View commit details -
scores.default: ignore 'display' if input is a single matrix
This makes easier to have programmatic use of scores() when input parameter can be a pre-processed matrix instead of a complex list of matrices. Earlier ordipointabel(x, display=what) failed in text.ordiplot() when called from plot.cca().
Configuration menu - View commit details
-
Copy full SHA for da6821f - Browse repository at this point
Copy the full SHA da6821fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef1752 - Browse repository at this point
Copy the full SHA 4ef1752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc7ebb - Browse repository at this point
Copy the full SHA 3dc7ebbView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91b7a08 - Browse repository at this point
Copy the full SHA 91b7a08View commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fcf3299 - Browse repository at this point
Copy the full SHA fcf3299View commit details -
plot.cca handles 'optimize = TRUE'
- global arg (dot argument) 'optimize = T' must be eval'ed to make it logical TRUE (will be symbol initially) - add point defPointPar if pch not given by user - message on arrows looking strange with optimize=TRUE
Configuration menu - View commit details
-
Copy full SHA for a23633e - Browse repository at this point
Copy the full SHA a23633eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9210de3 - Browse repository at this point
Copy the full SHA 9210de3View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 965d70b - Browse repository at this point
Copy the full SHA 965d70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0eb85 - Browse repository at this point
Copy the full SHA 4d0eb85View commit details