Change names of the *.q functions to *_q

This commit is contained in:
2019-02-08 10:45:55 +01:00
parent 657aaa734d
commit cf80ff9f6a
7 changed files with 100 additions and 73 deletions

View File

@@ -1,11 +1,11 @@
# Generated by roxygen2: do not edit by hand
S3method(exp,q)
S3method(log,q)
export(D.q)
export(D.spectrum)
export(H.q)
export(H.spectrum)
export(D_q)
export(D_spectrum)
export(H_q)
export(H_spectrum)
export(exp_q)
export(log_q)
export(mode)
export(tag_bad_pcr)
importFrom(Rdpack,reprompt)