Git 使い方
git hubでrepositoryを作成
・Rからの作り方
参考:https://rfortherestofus.com/2021/02/how-to-use-git-github-with-r
install(usethis)#usethis packageを使う
edit_git_config() function from the package, which will open your gitconfig file.
use the create_github_token(
The use_git() function will add a Git repository (often referred to as a “repo”) to an existing RStudio project.
git hubでdirectoryの作成方法
・github上での作り方
参考: https://berrasari.medium.com/creating-folders-on-github-a-step-by-step-guide-fb0b44b98561
GitHub account.
リポジトリを選択.
右側に you’ll see the “Create new file” button. Click on it.
Enter the folder name with the format name/ (e.g., data/ ).最後にスラッシュ入れる
右側にcommitボタンがあるのでそれを実行。
Git bashを使う
git clone https:/XXXXXX
Larval dispersal model > Manuscript > Accepted_manuscript > data_access_gitbash.txtをcheck
論文の図表作成
図の作成
Rでグラフ(ベクター)などを作ったらSVGファイルで保存する。
パワーポイント(office365)で図を組み合わせたりする。
図として保存でemfファイルを選択する。
Adobe Acrobatで開くとベクターファイルとしてPDFで保存できる。
Excel時間等間隔(参照 https://okwave.jp/qa/q457352.html)
連続データの発生は以下の手順で行なう。
誤差の積み重ねは発生しない。
・A1にデータ入力 2003/01/14 11:30:00
・編集 フィル 連続データの作成
範囲:列
種類:日付
増加単位:日
増分:0:5
停止位置:2003/01/14 13:30:00
・LowranceのGPSデータ
LowranceのGPSデータ(*.gps)はカシミールでGPS各種ファイルのからの追加で開ける。
該当のトラックデータを右クリック→GPSファイルツール→CSV書出[ddd.dddd]の度表示で書き出すこと(ddd.mmssだと度分秒で書出しになる)。
TSmater9
How to import csv file