Skip to content

Commit

Permalink
extended graphicsPars()
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Oct 28, 2024
1 parent f609e40 commit 86254a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.utils
Version: 3.1-0
Date: 2024-08-17
Version: 3.1-0.001
Date: 2024-10-28
Title: Utility Functions for 'spatstat'
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre"),
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

CHANGES IN spatstat.utils VERSION 3.1-0.001

OVERVIEW

o Internal improvements.


CHANGES IN spatstat.utils VERSION 3.1-0

OVERVIEW
Expand Down
5 changes: 3 additions & 2 deletions R/resolve.defaults.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# resolve.defaults.R
#
# $Revision: 1.40 $ $Date: 2023/02/28 04:41:31 $
# $Revision: 1.41 $ $Date: 2024/10/28 05:40:08 $
#
# Resolve conflicts between several sets of defaults
# Usage:
Expand Down Expand Up @@ -154,6 +154,7 @@ graphicsPars <- local({
"claim.title.space"),
lines = c("lwd", "lty", "col", "lend", "ljoin", "lmitre"),
symbols = c(PlotArgs, "fg", "bg"),
points = c("pch", "col", "bg", "fg", "cex", "lwd", "lty"),
text = TextArgs,
persp = c("x", "y", "z",
"xlim", "ylim", "zlim",
Expand All @@ -167,7 +168,7 @@ graphicsPars <- local({

TheTable$ppp <- unique(c(TheTable$owin,
TheTable$symbols,
"pch", "cex", "lty", "lwd",
TheTable$points,
"etch",
"annotate", "labelmap",
"markrange", "marklevels"))
Expand Down
1 change: 1 addition & 0 deletions inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-10-24" "3.0-4" 39 186 0 3670 2031
"2024-06-17" "3.0-5" 41 189 0 3688 2031
"2024-08-17" "3.1-0" 41 189 0 3613 2429
"2024-10-28" "3.1-0.001" 41 189 0 3614 2429
1 change: 1 addition & 0 deletions inst/info/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-10-24" "3.0-4" 39 186 0 3670 2031
"2024-06-17" "3.0-5" 41 189 0 3688 2031
"2024-08-17" "3.1-0" 41 189 0 3613 2429
"2024-10-28" "3.1-0.001" 41 189 0 3614 2429

0 comments on commit 86254a8

Please sign in to comment.