output.Ico: output.Ico

View source: R/output.Ico.R

output.IcoR Documentation

output.Ico

Description

Print a summary statistics table reporting the number of pits and scratches (and the size of any sub-category).

Usage

output.Ico(big_matrix, Type, cross_paral, w.area)

Arguments

big_matrix

matrix: a matrix with stored coordinates (4) of the sampled marks (coordinates 1 and 2 for the lenght; coordinates 3 and 4 for the width)

Type

character: a character vector

cross_paral

matrix: output of the cross.parallel function

w.area

output of Warea.Ico

Value

output_1 numeric: matrix with sampled marks count and classification

Author(s)

Antonio Profico, Flavia Strani, Pasquale Raia, Daniel DeMiguel

Examples

## Not run: 
# A. brevirostris case-study
#load sampled scars
data("A_br_sam")
#load working area
data("A_br_war")
class<-autom_class(A_br_sam,A_br_war$image)
criss_cross<-cross.parallel(A_br_sam,A_br_war$image,class$Type)
output.Ico(A_br_sam,class$Type,criss_cross,A_br_war)
# C. elaphus eostephanoceros case-study
#load sampled scars
data("C_el_sam")
#load working area
data("C_el_war")
class<-autom_class(C_el_sam,C_el_war$image)
criss_cross<-cross.parallel(C_el_sam,C_el_war$image,class$Type)
output.Ico(C_el_sam,class$Type,criss_cross,C_el_war)

## End(Not run)

MicroWeaR/MicroWeaR documentation built on June 28, 2023, 12:47 a.m.