Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rで2つの数値のmodを見つけるにはどうすればよいですか? MATLAB で「mod」を使用できることは知っていますが、r についてはわかりません。ヘルプを検索したところ、r に mod 関数が見つかりませんでした。
%%オペレーターがいる
%%
> 5 %% 1 [1] 0 > 5 %% 2 [1] 1 > 5 %% 3 [1] 2 > 5 %% 4 [1] 1 > 5 %% 5 [1] 0 > 5 %% 6 [1] 5
?'%%'詳細な説明を取得するために使用できます
?'%%'