These packages (Note 1) are a one-person project undergoing rapid evolution. Backward compatibility (per Hadley Wickham) is provided as a courtesy rather than a guarantee.
Until further notice, these packages should
not be used as a basis for research grant applications,
not be cited as an actively maintained tool in a peer-reviewed manuscript,
not be used to support or fulfill requirements for pursuing an academic degree.
In addition, work primarily based on these packages (Note 1) should not be presented at academic conferences or similar scholarly venues.
Furthermore, a person’s ability to use these packages (Note 1) does not necessarily imply an understanding of their underlying mechanisms. Accordingly, demonstration of their use alone should not be considered sufficient evidence of expertise, nor should it be credited as a basis for academic promotion or advancement.
These statements do not apply to the contributors (Tip 1) to these packages (Note 1) with respect to their specific contributions.
These statements do not apply when the maintainer of these packages (Note 1), Tingting Zhan, is credited as the first author, the lead author, and/or the corresponding author in a peer-reviewed manuscript, or as the Principal Investigator or Co-Principal Investigator in a research grant application and/or a final research progress report.
These statements are advisory in nature and do not modify or restrict the rights granted under the GNU General Public License https://www.r-project.org/Licenses/.
The function tess() (v3.7.3, GPL (>= 2)) creates a tessellation, i.e., an R object of S3 class 'tess'.
The S3 generic function as.tess() (v3.7.3, GPL (>= 2)) converts R objects of various classes into a tessellation. Listing 42.1 summarizes the S3 methods for the generic function as.tess() in the spatstat.* family of packages,
The S3 method Math.tess() transforms one or more numeric marks of a tessellation, and returns a tessellation with the transformed marks (Table 36.3).
Listing 42.3 applies the log-transformation on the numeric marks of the tessellation meningitis$kreise (Section 10.18), and plots the original and log-transformed tessellations side-by-side for comparison (Figure 42.1).
Listing 42.3: Example: log-transformation on tessellation marks