The S3 generic function spatstat.geom::as.tess() converts R objects of various classes into a tessellation. Listing 40.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 40.3 applies the log-transformation on the numeric marks of the tessellation meningitis$kreise (Section 10.16), and plots the original and log-transformed tessellations side-by-side for comparison (Figure 40.1).
Listing 40.3: Example: log-transformation on tessellation marks