Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO #4

Closed
atusy opened this issue Sep 7, 2018 · 0 comments
Closed

TODO #4

atusy opened this issue Sep 7, 2018 · 0 comments

Comments

@atusy
Copy link
Owner

atusy commented Sep 7, 2018

Doc

Remove an argument not in use

save4qm(x, 'grouped', saving, components = components)

Redundant back quotes

#' @param xmap an `qm_xmap` class object generated by `read_xmap()``

#' @param qnt an `qm_qnt` class object generated by `read_qnt()``

Upper case

#' group clusters who share same prefix

#' interactively quantify X-ray maps

#' quantify qualtitative mapping data

#' read .cnd files

#' compile quantitative data

#' read X-ray map data

#' @title summary methods

Describe arguments: dir_map , RDS_cluster , qltmap

qntmap/R/quantify.R

Lines 125 to 140 in a56f24f

qntmap_quantify <- function(
wd = '.',
dir_map,
RDS_cluster,
maps_x = NULL,
maps_y = NULL,
fine_phase = NULL,
fine_th = 0.9,
qnt = qnt_load(wd),
qltmap = qltmap_load(dir_map),
cluster = readRDS(RDS_cluster)
) {
.Deprecated(new = 'quantify')
cd <- getwd(); on.exit(setwd(cd))
quantify(xmap = qltmap, qnt = qnt, cluster = cluster, maps_x = maps_x, maps_y = maps_y, fine_phase = fine_phase, fine_th = fine_th)
}

Improve consistency among documents

(Depracated) and (DEPRECATED) -> (DEPRECATED)

#' (Deprecated) Use find_centers

#' (DEPRECATED) Use read_xmap

#' (Deprecated) Use `cluster_xmap()`

qntmap_quantify <- function(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant