Publications by
R markdown demo docoument
R Script for 3D scatterplot in RMarkdown (main heading) This script displays key features of a basic R script in the form of an RMarkdown file which integrates text and R code in code chunks. Text/comments - only needs to be “commented” when in code chunks Code - in special “code chunks” Hashtags in main text: RMarkdown formatting Tex...
2475 sym R (1398 sym/8 pcs) 1 img
Document
はじめに、そしてRについて この講義で使用する教科書は、丸善出版の熱力学・統計力学です。この講義が始まりまだ2年目のため、教科書は模索中です。言い訳にはなりますが、熱力学、統計力学は本来別々に1期ないしは1年通じて学ぶ必要のあるもので�...
22155 sym
practical_week_8
practical - Week 8 2022-08-29 Practical 1: Using Jquery create simple hello world program ? <html> <head> <title>jQuery Hello World</title> <script type="text/javascript" src="jquery-3.6.1.js"></script> </head> <body> <script type="text/javascript"> $(document).ready(function(){ $("#msgid").html("This is Hello...
305 sym
ajax
practical - Week 9 2022-08-29 Practical 1: Login using AJAX/JQuery Creating login.php backend code Practical 1: Login using AJAX/JQuery Creating login.js front-end code Practical 1: Login using AJAX/JQuery Creating login.html front-end code ...
260 sym 3 img