jdh*_*son 10
您可以使用 withMathJax
require(shiny)
runApp(
list(ui = pageWithSidebar(
headerPanel(withMathJax("$$\\text{Display formula in heading }X_n=X_{n-1}-\\varepsilon$$")),
sidebarPanel( ),
mainPanel( )
),
server= function(input, output, session){
}
)
Run Code Online (Sandbox Code Playgroud)
)

| 归档时间: |
|
| 查看次数: |
2774 次 |
| 最近记录: |