as_os_style_path | Return the raw file path based on the OS path system. |
assert | Assert |
cache | Cache expression result |
callstack_info | Create callstack data at the point this function is called |
callstack_message | Create callstack message from callstack data |
callstack_trace | Create callstack data at last error |
catch | Catch and execute function. |
catch_either | Try excute function which might throw exception. |
cold.colors | Create cold color set. |
count | Return counted number which is matched to the argument |
count_row | Return counted number which is matched to the any argument in... |
cud.colorset | CUD v3 color set as the color universal design |
cud.pallete | CUD v3 color palette as the color universal design |
datestr_format | formatting datastr table to string. |
datestr_format_full | formatting date string |
datestr_format_full.fullcode | formatting date string |
datestr_hard_cording | convert script |
datestr_to_ymd | transform string to ymd data table. |
date_to_weekno | Calculate weekno from Date |
distlim_hclust_clustering | Categorize multi dimension data based on the relative... |
distlim_kmeans_clustering | Categorize multi dimension data based on the relative... |
either | Return y if x satisfies given condition, otherwise return x |
ensure | Return y if x does not exist, otherwise return x |
error_points | Add points with error bars |
escape_md | Escape all markdown character. |
escape_regex | Escape all regex character. |
execute | Execute given exe file with arguments. |
file.abspath | Return absolute path |
file.at | Return function which generate absolute path of the focal... |
file.backup | Backup given file |
file.dir | Get directory of file |
file.ext | Get file extension |
file.fout | generate file output |
file.is_abspath | Check whether the given path is absolute path or not. |
file.name | Get file name without extension |
file.remove_dir | Get file name with extension |
file.remove_ext | Get dir and name without extension |
file.replace_ext | Replace without extension |
find_all | Return list of index of from which is matched to the argument |
find_all_row | Return list of row in fromMD in any of which is matched to... |
find_first | Return index of from which is firstly matched to the argument |
find_first_row | Return list of first row in fromMD in any of which is matched... |
find_unique | Return index of from which is uniquely matched to the... |
find_unique_row | Return list of unique row in fromMD in any of which is... |
formatted_output | create output function list. |
get_cross_point | Get cross point between two segments |
get_os_name | Get OS name. |
green.colors | Create green color set. |
has_cross_point | Check if the segment seg1 is cross with seg2 |
hist_axis_translate | Translate axis of histgram sequence into another axis |
hist_find_peaks.minvalue | Find peaks in given histgram by truncing at a threshold... |
hist_find_peaks.slope | Find peaks in given histgram by checking the valley of the... |
hist_smoothing | Smoothing histgram sequence by using simple moving average... |
home_path | Return home path. |
image_polygon | Add polygon on image |
is_exception | Check whether the argument is exception |
is_interactive | Check interactive mode. |
is_on_linux | Check if the program run on the Linux-base or windows from... |
jpera_to_date | get Date type from Japanese Era name |
jpera_to_y2str | transform Japanese-Era string into AD-year string with two... |
jpera_to_ystr | transform Japanese-Era string into AD-year string. |
match.order | <Deprecated> Return index numbers of the target sequence... |
match.order.reduce | <Deprecated> Return reduced value by the given target... |
matlab.pallete | matlab color palette as the color universal design |
matrix_from_func | Create matrix from function |
matrix_from_func.nonseqarg | Create matrix from function without vector argument support. |
matrix_na | Create matrix with NA |
mids | Return vector of the mid points of the argument |
minmaxhist_to_hist | Translate histgram matrix with min values and max values to a... |
new_env | generate new environment with arglist. |
newton_planeroot | Find root points on x-y plane by using newton method |
newton_root | Find root of a function using combination of small_step... |
os_notification | Throw toast as the OS notification |
pd.mean | Return mean value of the probability distribution |
pd.median | Return median of the probability distribution |
pd.skewness | Return skewness of the probability distribution |
pd.var | Return variance of the probability distribution |
plot.null | Draw plot without any data |
rand_char | Generate random character sequences |
rb.colors | Create red-blue color set. |
reduce_cols | reduce multiple columns into single column. |
reload_package | reload all packages which have been loaded in any... |
remove.na | Remove na elements from sequences. |
replace_by | Replace elements by other values |
replace_by_threshold | Select elements depending on thresholds |
reserve_cols | reserve columns with the given names in the table |
run_as_filedrop_script | Run as Rscript with dragged files |
runge_kutta_dopri5_adaptive_step | Controlled stepper with Runge-Kutta Dormand-Prince5 method |
runge_kutta_dopri5_step | Stepper with Runge-Kutta Dormand-Prince5 method |
runge_kutta_fehlberg45_adaptive_step | Controlled stepper with Runge-Kutta Fehlberg4(5) method |
runge_kutta_fehlberg45_step | Stepper with Runge-Kutta Fehlberg4(5) method |
runge_kutta_heuneuler_adaptive_step | Controlled stepper with Runge-Kutta Fehlberg4(5) method |
runge_kutta_heuneuler_step | Stepper with Runge-Kutta Heun-Euler method |
run_rscript | Execute given Rscript file with arguments. |
save_plot | Save plot expression into laster/vector files |
search_cross_point | Find equal points from point groups. |
search_equal_point | Find equal points from point groups. |
seq_na | Create sequence with NA |
show_callstack_trace | Show callstack info at last error |
small_step_planeroot | Find root points on x-y plane by using small step method |
small_step_planeroot_from_matrix | Find root points on x-y plane from logical matrix and x,y... |
small_step_root | Find root of a function using small_step method |
solve_numeric | solve stable fraction numerically |
source_cpp | source C++ code from a file with include/library path. |
source_r | read R code from a file, with changing directory. |
source_rscript | read and run R script code from a file, with changing... |
start_ownself | Execute ownself in parallel with arguments. |
start_rscript | Execute given Rscript file in parallel with arguments. |
str_alphabet_to_han | Replace zenkaku-alphabet by hankaku-alphabet |
str_either | Return y if x is NA or empty character, otherwise return x |
str_first_appear | Wherher the given string appear first time in the given... |
str_kana_to_zen | Replace hankaku-kana by zenkaku-kana |
str_number_to_han | Replace zenkaku-number by hankaku-number |
str_remove_dakuten | Remove daku-on, han-daku-on |
str_similar | Check similarity of given string with target. |
str_similar_pair | Check similarity pair of given string with themselves. |
str_symbol_to_han | Replace zenkaku-symbol by hankaku-symbol |
str_to_han | Replace zenkaku alphabet, number and symbols by hankaku |
throw | Throw exception |
to_triangle | Change axis for triangle diagram. |
triangle_lines | Plot lines on triangle diagram. |
triangle_plot | Plot for triangle diagram. |
triangle_points | Plot points on triangle diagram. |
triangle_text | Plot text on triangle diagram. |
triangle_vectormap | Plot triangle vector map. |
try_ | Try execute function which might throw exception. |
try_catch | Try excute function which might throw exception. |
try_either | Try and catch_either. |
unescape_md | Unescape all markdown character. |
unescape_regex | Unescape all regex character. |
vector_field | Plot vector field for 2D. Length is the strength of the... |
vector_field.color | Plot vector field for 2D. Color is the strength of the... |
vector_field_from_func | Plot vector field for 2D. Length is the strength of the... |
vector_field_from_func.color | Plot vector field for 2D. Color is the strength of the... |
warnings_message | Create warning message from warnings data |
weekno_origin | Return weekno orogin date |
weekno_to_date | Calculate date range from week number |
weekno_to_firstdate | Calculate first date from week number |
ymd_eq_greater | compare two ymd by equal_or_greater |
ymd_eq_less | compare two ymd by equal_or_less |
ymd_equl | compare two ymd by equal |
ymd_greater | compare two ymd by greater |
ymd_include | check whether given ymd is included in the given range |
ymd_less | compare two ymd by less |
ymd_to_datestr | transform ymd data table to string. |
ymd_to_weekno | Calculate weekno from Year, month and Day |
yw_to_weekno | Calculate weekno from year and week number on the year. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.