Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit f9cd089

Browse files
committed
add example link
1 parent a99f8d8 commit f9cd089

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ This section I will briefly describe supported tags, for more information, pleas
149149

150150
### More Examples
151151

152-
- [ezcox](examples/ezcox.R)
153-
- [pcatools](examples/pcatools.R)
152+
- [ezcox](examples/ezcox.R) - <https://hiplot.com.cn/basic/ezcox>
153+
- [pcatools](examples/pcatools.R) - <https://hiplot.com.cn/basic/pcatools>
154154

155155
### Docs
156156

examples/ezcox.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# All rights reserved. #
1313
#######################################################
1414

15-
# 函数参数除了 default,其他直接转换 hiplot 前端支持的所有选项
15+
# https://hiplot.com.cn/basic/ezcox
1616
#
1717
# @hiplot start
1818
# @appname ezcox

examples/pcatools.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
pacman::p_load(PCAtools)
77

8+
# https://hiplot.com.cn/basic/pcatools
89
# @hiplot start
910
# @appname pcatools
1011
# @apptitle

0 commit comments

Comments
 (0)