saveproj-updateproj: Save / update project

Description Usage Arguments Details Value See Also

Description

save/ update the processed semi-landmarks, shape descriptor data, GPA/ EFA transformed data, optimized parameters into a .rds file.

Usage

1
2
3
4
saveproj(name, landmark = NULL, des = NULL, gpa = NULL, nef = NULL,
  pc = NULL, har = NULL, class = NULL)
updateproj(name, landmark = NULL, des = NULL, gpa = NULL, nef = NULL,
  pc = NULL, har = NULL, class = NULL)

Arguments

name

character or path. file name/ path of the project to be saved or to be updated, should end with ".rds"

landmark

p x k x n array of semi-landmarks, e.g. landmark value of img2landmark.

des

a routine1 object

nef

a rNEF object

gpa

a rGPA object

pc

numeric. number of optimized PC range determined by pccv

har

numeric. number of optimized harmonics range determined by harcv

class

character/factor giving specimen's species/groups.

Details

For updateproj, the objects assigned with new values will be overwrited with new ones, the rest will remain the same. The current version only support overwrite(!) the whole selected object, not append.

Value

a .rds file saved or updated.

See Also

To read the project, use: readRDS

Which this function wraps: saveRDS


jinyung/otolith documentation built on May 19, 2019, 10:36 a.m.