Browse code

clip="off" and update docs

Guangchuang Yu authored on 06/12/2019 03:01:17
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ range_format(x, trans = NULL)
12 12
 \item{trans}{transformation function}
13 13
 }
14 14
 \value{
15
-character vector of \code{[lower, upper]}
15
+character vector of \verb{[lower, upper]}
16 16
 }
17 17
 \description{
18 18
 format a list of range (HPD, CI, etc that has length of 2)
Browse code

roxygen2md

Guangchuang Yu authored on 01/11/2019 04:24:00
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ range_format(x, trans = NULL)
12 12
 \item{trans}{transformation function}
13 13
 }
14 14
 \value{
15
-character vector of '[lower, upper]'
15
+character vector of \code{[lower, upper]}
16 16
 }
17 17
 \description{
18 18
 format a list of range (HPD, CI, etc that has length of 2)
Browse code

fixed R check

Guangchuang Yu authored on 25/01/2019 21:12:11
Showing 1 changed files
... ...
@@ -18,5 +18,5 @@ character vector of '[lower, upper]'
18 18
 format a list of range (HPD, CI, etc that has length of 2)
19 19
 }
20 20
 \author{
21
-guangchuang yu
21
+Guangchuang Yu
22 22
 }
Browse code

remove beast object support as read.beast output treedata object in treeio <2017-12-05, Tue>

guangchuang yu authored on 05/12/2017 11:05:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/format.R
3
+\name{range_format}
4
+\alias{range_format}
5
+\title{range_format}
6
+\usage{
7
+range_format(x, trans = NULL)
8
+}
9
+\arguments{
10
+\item{x}{input list}
11
+
12
+\item{trans}{transformation function}
13
+}
14
+\value{
15
+character vector of '[lower, upper]'
16
+}
17
+\description{
18
+format a list of range (HPD, CI, etc that has length of 2)
19
+}
20
+\author{
21
+guangchuang yu
22
+}