morph_resume: Resume geometry classes (POINTS, LINES, POLYGON) of GUs for...

View source: R/morph_resume.R

morph_resumeR Documentation

Resume geometry classes (POINTS, LINES, POLYGON) of GUs for each object

Description

Create a contact sheet of decoration's and and graphical units (GUs) main informations: eg., number of POLYGONS by types, number of LINES by types, etc.

Usage

morph_resume(
  dataDir,
  nodes = NA,
  out.dir = "_out",
  imgs.format = c(".jpg", ".png", ".gif", ".tiff", "tif")
)

Arguments

dataDir

Path of the folder storing folders of all decorations

nodes

Nodes dataframe coming from the 'conv_shp_to_wkt.R' function

out.dir

Path of the output folder. By default "_out/" in the "dataDir" folder

imgs.format

Accepted picture formats (see 'magick' package, 'image_read' function)

Value

Create a contact sheet of decoration with information on graphical units (GUs) geometries: eg., number of Polygons by types, number of Lines by types, etc.

Examples

> morph_resume(dataDir = dataDir,
+              nodes = nodes)
[1] "Ain Ghazal"
[1] "Jericho"
[1] "Qarassa"


zoometh/iconr documentation built on Nov. 9, 2023, 10:01 a.m.